Summary: Use Windows PowerShell in Windows 8.1 to easily find the configuration of printers.
How can I use Windows PowerShell to see the configuration of all printers defined on my Windows 8.1 system?
Use the Get-Printer cmdlet and pipe the results to the Get-PrintConfiguration cmdlet:
get-printer | Get-PrintConfiguration