powershell display available printers

  1. # Displays a list of all available printers on the local system.
  2. # You can use the -computername parameter to access a remote
  3. # computer
  4.  
  5. Get-WmiObject Win32_Printer