Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 34890

PowerTip: Use PowerShell to Find Printer Configuration

$
0
0

Summary: Use Windows PowerShell in Windows 8.1 to easily find the configuration of printers.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see the configuration of all printers defined on my Windows 8.1 system?

Hey, Scripting Guy! Answer Use the Get-Printer cmdlet and pipe the results to the Get-PrintConfiguration cmdlet:

get-printer | Get-PrintConfiguration


Viewing all articles
Browse latest Browse all 34890


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>