Jump to content

Recommended Posts

Posted

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


Posted

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...

Posted
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...

Sweet, thanks so much! I can write the VBScript code around this. Again, thanks!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...