eseabrook2008
Technical User
Here is a oart of my script I am trying to use to get network printers to map on both XP and 2000 boxes. The script is being applied via GPO. When the user logs in, access is denied to "some" of the printers, not all. When that same user logs onto XP, the printers map just fine.
Set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Bypass"
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Legal"
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Letter"
Set objNetwork = nothing
Ideas?
Set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Bypass"
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Legal"
objNetwork.AddWindowsPrinterConnection "\\svrnam\X02 - Letter"
Set objNetwork = nothing
Ideas?