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
That is correct, I missed that one when I was writing the code, thanks for the correction! I have updated the code in the previous post.