| SMS_RegLookupEntry | |||
| NA | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| LookupEntryKey | String | NA | |
| Match | String | NA | |
| PropertyName | String | NA | |
| RegKey | String | NA | |
| RegRoot | String | NA | |
| RegValue | String | NA | |
| SAMPLE DATA INSTANCE | |||
|        instance of SMS_RegLookupEntry    {     LookupEntryKey = "MS_Office_DPID";     Match = "[@A_ProductName like '%Microsoft Office%' AND @A_Publisher='Microsoft Corporation']";     PropertyName = "DigitalProductID";     RegKey = "SOFTWARE\\Microsoft\\Office\\[@A_VersionMajor].[@A_VersionMinor]\\Registration\\[@U_ProductCode]";     RegRoot = "HKEY_LOCAL_MACHINE";     RegValue = "DigitalProductID";    }; | |||