The simplest way to list the printers installed on a computer is to use the WMI Win32_PrinterĬlass: Get-CimInstance -Class Win32_Printer
We will use a mix of both tools to demonstrate specific tasks. You can use PowerShell to manage printers by using WMI and the WScript.Network COM object from