Showing posts with label printer. Show all posts
Showing posts with label printer. Show all posts

2021-01-02

List installed printers from command line / PowerShell

Open a command prompt and run:

wmic printer list brief

Open PowerShell and run:

Get-Printer | Format-List list printers with details

Get-Printer | Format-List Name list printers names