When a new printer is configured on a server, it still has to be "installed" on a workstation.
A simple way to do it is the usage of startup scripts: executed with Administrator or SYSTEM rights - to install a printer on a workstation, and, user logon scripts, to install a printer for a user.
First, install a printer on a server and make sure it prints.
rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\kyocera
Above Entry Provided on 4/15/2008 by ramepie
Comments