I tried to script adding a printer through gpo. I am still a rookie at
scripting. The script i used was
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\hqprtsvr\hp laserjet 8000 series
pcl 6"
WshNetwork.SetDefaultPrinter \\hqprtsvr\hp laserjet 8000 series pcl 6
I applied it to the log on scripts but it failed. Any help would be great