printers

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

any way to set a GPO to install network printers on a new users logon.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Should be able to create login script, similar to:

Set wshNetwork = CreateObject("WScript.Network")
wshNetwork.AddWindowsPrinterConnection "\\PrintServer\HPprinter"
wshNetWork.SetDefaultPrinter "\\PrintServer\HPprinter"

AJ, MCSE

"Sonny" wrote:

> any way to set a GPO to install network printers on a new users logon.
>
>
>