The SMS_CH_SummaryCurrent Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client summary.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CH_SummaryCurrent : SMS_BaseClass
{
	UInt32 ClientsActive;
	UInt32 ClientsHealthUnknown;
	UInt32 ClientsHealthy;
	UInt32 ClientsHealthyActive;
	UInt32 ClientsHealthyInactive;
	UInt32 ClientsInactive;
	UInt32 ClientsRemediationSuccess;
	UInt32 ClientsRemediationTotal;
	UInt32 ClientsTotal;
	UInt32 ClientsUnhealthy;
	UInt32 ClientsUnhealthyActive;
	UInt32 ClientsUnhealthyInactive;
	String CollectionID;
};

Methods

The SMS_CH_SummaryCurrent class does not define any methods.

Properties

ClientsActive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of active clients.
ClientsHealthUnknown

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of healthy unknown clients.
ClientsHealthy

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of healthy clients.
ClientsHealthyActive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of health and active clients.
ClientsHealthyInactive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of healthy and inactive clients.
ClientsInactive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of inactive clients.
ClientsRemediationSuccess

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of successfully remediated clients.
ClientsRemediationTotal

Data type: UInt32Access type: Read/Write Qualifiers: noneTotal count of remediated clients (successful and unsuccessful).
ClientsTotal

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients.
ClientsUnhealthy

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of unhealthy clients.
ClientsUnhealthyActive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of unhealthy and active clients.
ClientsUnhealthyInactive

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of unhealthy and inactive clients.
CollectionID

Data type: StringAccess type: Read/Write Qualifiers: [key]Unique auto-generated ID containing eight characters that identifies the collection.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also