August 10th, 2014

PowerTip: Use PowerShell to Find Printer Configuration

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.