SMS_SummarizerStatus Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_SummarizerStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that identifies registered summarizers, without defining any specific status information.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_SummarizerStatus : SMS_BaseClass
{
String GUID_ID;
String MessageDLL;
UInt32 MessageID;
String SiteCode;
UInt32 Status;
DateTime Updated;
};
Methods
The SMS_SummarizerStatus class does not define any methods.
Properties
GUID_ID
Data type: StringAccess type: Read
Qualifiers: [key]
GUID under which the summarizer is registered in the registry.
MessageDLL
Data type: StringAccess type: Read
Qualifiers: None
Resource DLL containing the localized name of the summarizer.
MessageID
Data type: StringAccess type: Read
Qualifiers: None
ID the string resource in the MessageDLL property that contains the localized name of the summarizer.
SiteCode
Data type: StringAccess type: Read
Qualifiers: [key]
Site code of the Configuration Manager site.
Status
Data type: UInt32Access type: Read
Qualifiers: None
Value indicating the health of the data associated with the registered summarizer. Possible values are:
GREEN(0)
OK. There are no warning or error messages.
YELLOW(1)
Warning. Warning messages were generated, but error messages were not generated. This status also indicates that the storage objects are approaching their threshold.
RED(2)
Critical. There are error messages, or the storage objects have exceeded their thresholds.
Updated
Data type: DateTimeAccess type: Read
Qualifiers: None
Date and time when the registration was last updated.
Remarks
Class qualifiers for this class include:
- Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.