Summary: Use the Get-WindowsDriver cmdlet to obtain a quick list of Windows drivers.
How can I use Windows PowerShell 3.0 on a computer running Windows 8 or Windows Server 2012 to obtain a list of drivers?
Use the Get-WindowsDriver cmdlet and specify the –online switch.
Get-WindowsDriver -Online