Differences in connecting to a remote printer queue from an Windows XP client

S

Sabo, Eric

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?
 
B

Bruce Sanderson

What make and model of printer?

I've not actually used that technique, but using the technique described at
http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm, we have found that,
for some printer models, an Administrator has to logon at the workstation
(or remotely via Remote Desktop Connection if the workstation is XP) to
complete the driver installation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top