Add Printers via Group Policy

  • Thread starter Thread starter Paul Jones
  • Start date Start date
P

Paul Jones

Is it possible to add network printers to workstaions
with a Group Policy?

Thanks,
Paul
 
run this command as a .bat script when the user logs on. this will add a
network printer connection.

rundll32 printui.dll,PrintUIEntry /in /n \\<servername>\<sharename>

Philip Nunn
 
Back
Top