SMS_CH_SummaryHistory 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_CH_SummaryHistory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the client summary history.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CH_SummaryHistory : SMS_BaseClass
{
UInt32 ClientsActive;
UInt32 ClientsActiveHealthyOrActiveNoResults;
UInt32 ClientsHealthy;
UInt32 ClientsInactive;
UInt32 ClientsRemediationSuccess;
UInt32 ClientsRemediationTotal;
UInt32 ClientsTotal;
UInt32 ClientsUnhealthy;
String CollectionID;
DateTime Date;
String SiteCode;
};
The SMS_CH_SummaryHistory class does not define any methods.
- ClientsActiveHealthyOrActiveNoResults
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of active, healthy clients and active clients with no results.
- ClientsActive
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of active clients.
- ClientsHealthy
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of healthy clients.
- ClientsInactive
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of inactive clients.
- ClientsRemediationSuccess
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of successfully remediated clients.
- ClientsRemediationTotal
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Total count of remediated clients (successful and unsuccessful).
- ClientsTotal
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Total count of clients.
- ClientsUnhealthy
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of unhealthy clients.
- CollectionID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Unique auto-generated ID containing eight characters that identifies the collection.
- Date
Data type: DateTime
Access type: Read/Write
Qualifiers: [key]
The summary date.
- SiteCode
Data type: String
Access type: Read/Write
Qualifiers: [key]
Three-letter site code of the site.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.