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.. ========...
Make the world a better place by sharing knowledge, ideas and anything that you can give that comes from the heart.