Summary: Use Windows PowerShell 3.0 in Windows to easily find printer configuration settings.
How can I use Windows PowerShell to easily find printer configuration settings on my Windows 8 computer?
Use the Get-Printer function to retrieve all printer objects, and pipe the results to the Get-PrintConfiguration function:
Get-Printer | Get-PrintConfiguration