Sabo, Eric
April 16th 04, 03:09 AM
It seems when we are using the vbs script, it needs an local administration
account to run it first before other users can use the remote printer queue.
We are using the following in our script:
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection \\servername\printerqueue
WshNetwork.SetDefaultPrinter \\servername\printerqueue
Should we be using the as describe in 314486:
rundll32 printui.dll,PrintUIEntry
Can someone explain this behavior?
--
Eric Sabo
NT Administrator
account to run it first before other users can use the remote printer queue.
We are using the following in our script:
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection \\servername\printerqueue
WshNetwork.SetDefaultPrinter \\servername\printerqueue
Should we be using the as describe in 314486:
rundll32 printui.dll,PrintUIEntry
Can someone explain this behavior?
--
Eric Sabo
NT Administrator