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
Page 1 of 1
Printer names off of a Print Server? VBScript
#2
Posted 13 September 2005 - 05:43 AM
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 command
wmic /node:your_server printer get name
if this command works, I can post vbscript for you...
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 command
wmic /node:your_server printer get name
if this command works, I can post vbscript for you...
#3
Posted 13 September 2005 - 11:33 AM
Martin Zugec, on Sep 13 2005, 04:43 AM, said:
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 command
wmic /node:your_server printer get name
if this command works, I can post vbscript for you...
<{POST_SNAPBACK}>
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 command
wmic /node:your_server printer get name
if 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!
- ← Visual Basic - Command Button
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- is this call "trigger" at sql server? →
Share this topic:
Page 1 of 1



Help
Back to top









