Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Printer Configuration in Windows 8

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles