All Forums >> [Scripting] >> WSH & Client Side VBScript >> Options for Collecting Print Queue Config Info Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I am trying to build something that will give me config info for a print queue on a remote machine(Queue Name, Share Name, IP, Port Name, Driver...ect...ect). I thought this would be easy enough using WMI but it seems its more difficult than it should be. Win32_PrinterConfiguration, Win32_Printer and , Win32_TCPIPPrinterPort seem to contain the info I want to collect, but most of the responses I get back are "null". Just wondering what the options are for collecting this info from remote machines. I am currently downloading Web JetAdmin....not sure how well it will work and what sort of reporting abilities it has. Any software I would use needs to be free. I would rahter use VBS if I can...but not sure it will work.
Side note....below is a quick script I threw together just to see if the info I was looking for was getting collected.