Skip to content

Instantly share code, notes, and snippets.

@PolarBearGod
Created March 2, 2018 14:11
Show Gist options
  • Save PolarBearGod/25d04013e4316b2c9c44b55839502b01 to your computer and use it in GitHub Desktop.
Save PolarBearGod/25d04013e4316b2c9c44b55839502b01 to your computer and use it in GitHub Desktop.
Get-WmiObject Win32_PnPSignedDriver | select DeviceName, Description, DeviceID, DriverDate, DriverProviderName, FriendlyName, DriverVersion, IsSigned, Signer | export-csv "c:\Windows\Temp\$env:COMPUTERNAME-DriverInformation.csv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment