SMS MOF for Win32_PnPSignedDriver
We are using SMS 2003 SP3 on Windows Server 2003 SP2. Our clients are Windows XP SP2.
We would like to start hardware inventory of the WMI class "Win32_PnPSignedDriver". We are trying to collect driver version information, specifically Network Card driver versions.
We have added the following code to our MOF file:
#pragma namespace("\\\\.\\root\\cimv2\\sms")
#pragma deleteclass("PNP_SIGNED_DRIVER",NOFAIL)
[ SMS_Report (TRUE), SMS_Group_Name ("PnP Signed Driver"), SMS_Class_ID ("MICROSOFT|PNP_SIGNED_DRIVER|1.0") ]
class Win32_PnPSignedDriver : SMS_Class_Template {
[SMS_Report (TRUE), key ] string Name;
[SMS_Report (TRUE) ] string Description;
[SMS_Report (TRUE) ] string DriverVersion;
};
(We have also tried setting the Description as the key as well, but the outcome is the same problem.)
Collection: Namespace =
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.