Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
Class SMS_CH_CheckSummary : SMS_BaseClass
{
String CollectionID;
UInt32 CountCurrent;
UInt32 CountRemaining;
String HealthCheckGUID;
};
Methods
The SMS_CH_CheckSummary class doesn't define any methods.
Properties
CollectionID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Unique autogenerated 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
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.