Windows 10 and 11 - List Active Printers from Command Line
Command Line:
1. Open PowerShell with administrative privileges.
Right-click on the Start button or press Windows + X.
Select "Run" from the list, type cmd in the 'open' box and press Enter.
2. Type the following command to list the installed printers and press Enter: wmic printer list brief
Powershell:
1. Open PowerShell with administrative privileges.
Right-click on the Start button or press Windows + X.
Select "Windows PowerShell (Admin)" or "Terminal (Admin)" from the list.
2. Type the following command the list the installed printers and press Enter: Get-Printer