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

PowerTip: Find Printers That Use 32-bit or 64-bit drivers

$
0
0

Summary: Use Windows PowerShell 3.0 on Windows 8 to find print devices that use 32- or 64-bit drivers.

Hey, Scripting Guy! Question How can I find print devices on my computer running Windows 8 that use 32-bit or 64-bit drivers?

Hey, Scripting Guy! Answer Use the Get-PrinterConfiguration cmdlet and use the Where-Object (? Is an alias) to filter out the printerenvironment property. Use the match operator to find either 64 or 32 as your needs require. Below are examples of this technique.

Get-PrinterDriver | ? printerenvironment -match 64

Get-PrinterDriver | ? printerenvironment -match 32


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>