April 29th, 2013

PowerTip: Find Printer Configuration in Windows 8

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 in Windows to easily find printer configuration settings.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily find printer configuration settings on my Windows 8 computer?

Hey, Scripting Guy! AnswerUse the Get-Printer function to retrieve all printer objects, and pipe the results to the Get-PrintConfiguration function:

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.