PowerTip: Use PowerShell to Obtain a Listing of Windows Drivers

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon