I need to identify servers that have a Network Card Driver Version lower than a certain amount (e.g. 4.0.5.0).
I know the key where the driver is located in the registry (HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\C lass\{4D36E972-E325-11CE-BFC1-08002bE10318}\0001) but how do I pull info from the key (in my case the Keyname is DriverVersion, Type: REG_SZ). Is there a way to do this from WMI.
I know the key where the driver is located in the registry (HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\C lass\{4D36E972-E325-11CE-BFC1-08002bE10318}\0001) but how do I pull info from the key (in my case the Keyname is DriverVersion, Type: REG_SZ). Is there a way to do this from WMI.
Comment