The SMS_CH_SummaryHistory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the client summary history.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CH_SummaryHistory : SMS_BaseClass { UInt32 ClientsActive; UInt32 ClientsActiveHealthyOrActiveNoResults; UInt32 ClientsHealthy; UInt32 ClientsInactive; UInt32 ClientsRemediationSuccess; UInt32 ClientsRemediationTotal; UInt32 ClientsTotal; UInt32 ClientsUnhealthy; String CollectionID; DateTime Date; String SiteCode; }; |
Methods
The SMS_CH_SummaryHistory class does not define any methods.
Properties
- ClientsActiveHealthyOrActiveNoResults
- Data type: UInt32Access type: Read/Write Qualifiers: noneCount of active, healthy clients and active clients with no results.
- ClientsActive
- Data type: UInt32Access type: Read/Write Qualifiers: noneCount of active clients.
- ClientsHealthy
- Data type: UInt32Access type: Read/Write Qualifiers: noneCount of healthy 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: noneTotal count of clients.
- ClientsUnhealthy
- Data type: UInt32Access type: Read/Write Qualifiers: noneCount of unhealthy clients.
- CollectionID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Unique auto-generated ID containing eight characters that identifies the collection.
- Date
- Data type: DateTimeAccess type: Read/Write Qualifiers: [key]The summary date.
- SiteCode
- Data type: StringAccess type: Read/Write Qualifiers: [key]Three-letter site code of the site.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.