Create Own Driver Tool

by Jan 13, 2012

Thanks to Peter Bishop, here's an enhancement to one of our earlier tips. It turns the command line output delivered by driverquery.exe into a nice info window.

Driverquery.exe /v /FO CSV | ConvertFrom-Csv | 
Select-Object
'Display Name', 'Start Mode', 'Paged Pool(bytes)', Path |
Out-GridView

Just make sure that you installed the "PowerShell-ISE" feature on Windows Server or else the cmdlet Out-GridView will not work. On Windows client, it works out of the box.

Twitter This Tip!
ReTweet this Tip!