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;
};

Methods

The SMS_CH_CheckSummary class does not define any methods.

Properties

CollectionID

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Unique auto-generated ID containing eight characters identifying the collection.
CountCurrent

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the current clients.
CountRemaining

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the remaining clients.
HealthCheckGUID

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Health check GUID.  

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also