jim

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

does anyone have a script to push out printers to
computers under group policy and how do i create it thank
you
 
Jim,

Type, rundll32 printui.dll,PrintUIEntry /? at a command prompt to reveal all
the command switches and examples for installing printers. Add the commands
to a shell script (.bat file) and then assign the script with a GPO or logon
script. For GPO you can add it to Computer Configuration or User
Configuration-Administrative Templates-System-Logon-Run these programs at
user logon.

Kevin Mattson
www.deploy-tech.net
 
Thanks

-----Original Message-----
Jim,

Type, rundll32 printui.dll,PrintUIEntry /? at a command prompt to reveal all
the command switches and examples for installing printers. Add the commands
to a shell script (.bat file) and then assign the script with a GPO or logon
script. For GPO you can add it to Computer Configuration or User
Configuration-Administrative Templates-System-Logon-Run these programs at
user logon.

Kevin Mattson
www.deploy-tech.net





.
 
Back
Top