SMS_HardwareInventoryAgentConfig Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_HardwareInventoryAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies hardware inventory settings for client computers.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_HardwareInventoryAgentConfig : SMS_ClientAgentConfig_BaseClass
{
UInt32 AgentID;
Boolean Enabled;
String InventoryReportID;
String LastUpdateTime;
UInt32 Max3rdPartyMIFSize;
UInt32 MIFCollection;
UInt32 ProviderTimeout;
String Schedule;
};
The SMS_HardwareInventoryAgentConfig class does not define any methods.
- AgentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Identifies the client agent component. The Hardware Inventory Agent ID is 15.
- Enabled
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if the agent is enabled.
- InventoryReportID
Data type: String
Access type: Read/Write
Qualifiers: none
Identifies the type of inventory report.
Hardware Inventory
{00000000-0000-0000-0000-000000000001}
Software Inventory
{00000000-0000-0000-0000-000000000002}
Data Discovery Record
{00000000-0000-0000-0000-000000000003}
- LastUpdateTime
Data type: String
Access type: Read/Write
Qualifiers: none
Last time the client setting was updated.
- Max3rdPartyMIFSize
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Maximum custom MIF file size (KB).
- MIFCollection
Data type: UInt32
Access type: Read/Write
Qualifiers: none
MIF files to collect.
0
None
0x08
Collect IDMIF files
0x04
Collect NOIDMIF files
0x0C
Collect IDMIF and NOIDMIF files
- ProviderTimeout
Data type: UInt32
Access type: Read/Write
Qualifiers: none
This property is not currently used.
- Schedule
Data type: String
Access type: Read/Write
Qualifiers: none
Schedule of hardware inventory.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.