PowerTip: Use PowerShell to Find Printer Configuration

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon