Announcement

Collapse
No announcement yet.

Driver Version Reporting with BurnIn

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Driver Version Reporting with BurnIn

    Hi,

    we where wondering if it is possible to get a Full set of installed Driver Versions (Or specific ones) on the System with the Test Results in Burnin. We do write down all Important Driver Versions for our Documentation but we liked to automate this Process since it is quite Time consuming.

    Kr Kali

  • #2
    With BurnInTest you can setup a pre (or post) test activity. This includes running external applications and scripts.

    So maybe you can run this Powershell command before testing.

    Get-WmiObject Win32_PnPSignedDriver| select DeviceName, Manufacturer, DriverVersion

    It should list out the drivers installed.

    Comment

    Working...
    X