Property
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
Property elements, in Configuration Manager, are the individual Windows Management Instrumentation (WMI) properties that hardware inventory reports.
Type: string
Instances: zero or more.
Attributes
None.
Remarks
These properties correspond to the SMS_def.mof properties that were chosen to be reported.
For example, the Win32_Service is described as follows in the hardware inventory XML:
- <Win32_Service>
<DisplayName>Messenger</DisplayName>
In the SMS_def.mof file, it maps to the following:
class Win32_Service : SMS_Class_Template
{
…
[SMS_Report (TRUE) ]
string DisplayName;
..
};
See Also
Concepts
Configuration Manager Data Discovery Record (DDR) Message XML
Configuration Manager Management Point Message Schema