Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

PowerShell script to list installed printers on a list of computers

$
0
0

Hello,

I need a PS script that can list all installed printers using a list of computers. Something like what this script does but for more than 1 computer:
Get-WmiObject -class Win32_printer| ft name, systemName, shareName >> C:\result.txt


Viewing all articles
Browse latest Browse all 6937

Trending Articles