@scottalanmiller said in List Windows Printers from PowerShell Command Line CLI:
If you need to remote into a Windows machine and get a list of printers without interrupting the user, this powershell command is quick and easy...
Get-Printer | Format-Table
Make it easier Get-Printer | FT