Skip to main content

PowerShell list printers of remote computers


How to print installed printers on remote computers?

With and PowerShell WMIC it can be don easily.

PowerShell command to list installed printers of a remote PC.

Invoke-command -ComputerName PC0100 -ScriptBlock { wmic printer get name}

Command above needs appropriate privileges to execute successfully and remote computers should be configured to accept remote WMI  commands.

Sample output:





                   

Send To OneNote 2010                   

Microsoft XPS Document Writer          

Microsoft Office Document Image Writer  
 


 To list the printers via command line:

 http://quickbytesstuff.blogspot.sg/2014/11/wmic-list-printers.html


 Cheers..hope it helps..

==================
Free Android Apps:

Click on links below to find out more:

https://play.google.com/store/apps/details?id=soulrefresh.beautiful.prayer

Catholic Rosary Guide  for Android:
Pray the Rosary every day, countless blessings will be showered upon your life if you recite the Rosary faithfully.
https://play.google.com/store/apps/details?id=com.myrosaryapp

http://quickbytesstuff.blogspot.sg/2014/09/how-to-recite-rosary.html

Divine Mercy Chaplet Guide (A Powerful prayer):

https://play.google.com/store/apps/details?id=com.dmercyapp
ge Writer  

Comments