November 4th, 2012

PowerTip: Use PowerShell to Obtain a Listing of Windows Drivers

Doctor Scripto
Scripter

Summary: Use the Get-WindowsDriver cmdlet to obtain a quick list of Windows drivers.

Hey, Scripting Guy! Question How can I use Windows PowerShell 3.0 on a computer running Windows 8 or Windows Server 2012 to obtain a list of drivers?

                    Hey, Scripting Guy! Answer Use the Get-WindowsDriver cmdlet and specify the –online switch.

                                              Get-WindowsDriver -Online

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.