SMS_CH_CheckSummary 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_CheckSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the client check summary.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CH_CheckSummary : SMS_BaseClass
{
String CollectionID;
UInt32 CountCurrent;
UInt32 CountRemaining;
String HealthCheckGUID;
};
The SMS_CH_CheckSummary class does not define any methods.
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Unique auto-generated ID containing eight characters identifying the collection.
- CountCurrent
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Count of the current clients.
- CountRemaining
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Count of the remaining clients.
- HealthCheckGUID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Health check GUID.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.