July 11th, 2013

PowerTip: Use PowerShell 3.0 in Windows 8 to Find Driver Information

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 in Windows to find detailed driver information.

Hey, Scripting Guy! Question How can I obtain detailed information about a specific driver on my Windows 8 computer by using Windows PowerShell 3.0?

Hey, Scripting Guy! Answer In an elevated Windows PowerShell console, use the Get-WindowsDriver cmdlet, specify the –Online parameter, and specify the .inf file to the –Driver parameter. This example returns detailed information about the Xbox 360 controller driver for Windows:

Get-WindowsDriver -Online -Driver xusb22.inf

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.