PowerTip: Find Printer Configuration in Windows 8

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon