Have you ever wanted to have users automatically connect to the printer nearest the workstation they are logging into. We here is how it is done.
- Create a printer queue(daqueue) on printserver (pserver)
- Create a global group prt_daqueue_pserver
- Add the workstation accounts which are closest to the printer (daqueue).
- Now use the following sub in a users start-up script and hey presto the printer is mapped.
The Code
Advertisement