KeithTM Posted September 9, 2005 Posted September 9, 2005 Hello, I'm looking for a way to poll a list of printer names off of a print server. I was hoping to do that in a VBScript, if that's possible. If this isn't the forum to ask in then I'm sorry. Thanks!Keith
Martin Zugec Posted September 13, 2005 Posted September 13, 2005 Hey Keith!Of course it is possible - use the same code as for local printers, but run it on server. I am using this when I need to change settings on multiple printers. If your admin workstation is windows xp, you can use commandwmic /node:your_server printer get nameif this command works, I can post vbscript for you...
KeithTM Posted September 13, 2005 Author Posted September 13, 2005 Hey Keith!Of course it is possible - use the same code as for local printers, but run it on server. I am using this when I need to change settings on multiple printers. If your admin workstation is windows xp, you can use commandwmic /node:your_server printer get nameif this command works, I can post vbscript for you...<{POST_SNAPBACK}>Sweet, thanks so much! I can write the VBScript code around this. Again, thanks!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now