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

The SMS_CH_SummaryCurrent class does not define any methods.

ClientsActive

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of active clients.

ClientsHealthUnknown

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of healthy unknown clients.

ClientsHealthy

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of healthy clients.

ClientsHealthyActive

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of health and active clients.

ClientsHealthyInactive

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of healthy and inactive 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

Count of clients.

ClientsUnhealthy

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of unhealthy clients.

ClientsUnhealthyActive

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of unhealthy and active clients.

ClientsUnhealthyInactive

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of unhealthy and inactive clients.

CollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Unique auto-generated ID containing eight characters that identifies the collection.

Show: