Printers and Group Policy

  • Thread starter Thread starter Ryan
  • Start date Start date
You can create scripts to intall the network printer connections and then
use a GPO to assign the scripts. The syntax to intall a network printer is
rundll32 printui.dll,PrintUIEntry /in /n\\servername\printername. You can
get the full options by typing rundll32 printui.dll,PrintUIEntry /? at a
command prompt.

Kevin Mattson
www.deploy-tech.net
 
I am having the same trouble with printers. I used you
script and saved it as a VBS script but got a compilation
error when I applied it. Where did I go wrong.
-----Original Message-----
You can create scripts to intall the network printer connections and then
use a GPO to assign the scripts. The syntax to intall a network printer is
rundll32
printui.dll,PrintUIEntry /in /n\\servername\printername.
You can
get the full options by typing rundll32
printui.dll,PrintUIEntry /? at a
 
Back
Top