Поделиться через


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 will be described as follows in the hardware inventory XML:

- <Win32_Service>

<DisplayName>Messenger</DisplayName>

In the SMS_def.mof it maps to the following:

class Win32_Service : SMS_Class_Template

{

[SMS_Report (TRUE) ]

string DisplayName;

..

};

See Also

Concepts

Configuration Manager Hardware Inventory (HINV) XML Message
Configuration Manager Management Point Message Schema