D
Dan
I have an OU called Test with several Win2000 and XP
computers located within this OU. I am trying to run a
script through a group policy on the Test OU that will
connect a network printer to these computers when they
startup. I have tried the sample print script from
Microsoft's site,
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\printserver\prin
share"
WshNetwork.SetDefaultPrinter "\\printserver\printshare"
modified with my with my local printserver and shared
printer to no avail. I tried adding the script file to
the Computer Configuration>Windows
Settings>Scripts>Startup , but I receive the following
error when the computers startup, "The system cannot find
the file specified,". Any help would be appreciated.
computers located within this OU. I am trying to run a
script through a group policy on the Test OU that will
connect a network printer to these computers when they
startup. I have tried the sample print script from
Microsoft's site,
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\printserver\prin
share"
WshNetwork.SetDefaultPrinter "\\printserver\printshare"
modified with my with my local printserver and shared
printer to no avail. I tried adding the script file to
the Computer Configuration>Windows
Settings>Scripts>Startup , but I receive the following
error when the computers startup, "The system cannot find
the file specified,". Any help would be appreciated.