Hello,
we are managing many print servers on our domain environment, now for auditing purpose I need to report print queues per server, and it seems bit difficult task doing it via GUI in print management view, could someone help me with script which gets me the no. of print queues on each print server.
Also I need to list all the print drivers installed on each print servers.
I tried to list the drivers " Get-WmiObject win32_printerDriver -filter " but this will get me complete information about the driver, I need to list only the driver name (-filter) either _RELPATH or _PATH
dibu