script of printer

  • Thread starter Thread starter ali paracha
  • Start date Start date
A

ali paracha

sir
i have script written below

"
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\PrintServer1
\Xerox300"
WshNetwork.SetDefaultPrinter \\PrintServer1\Xerox300
"
now tell me how i implement this script on a OU.
plz tell me path and tell me how it implments.
Thanks
 
Back
Top