KeithTM Posted September 9, 2005 Share 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 Link to comment Share on other sites More sharing options...
Martin Zugec Posted September 13, 2005 Share 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... Link to comment Share on other sites More sharing options...
KeithTM Posted September 13, 2005 Author Share 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now