The SMS_SummarizerSiteStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a summarizer for the overall health of each site.

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

Class SMS_SummarizerSiteStatus : SMS_BaseClass
{
	 String SiteCode;
	UInt32 Status;
};

Methods

The SMS_SummarizerSiteStatus class does not define any methods.

Properties

SiteCode

Data type: StringAccess type: ReadQualifiers: [key]Site code of the Configuration Manager site.
Status

Data type: UInt32Access type: ReadQualifiers: NoneValue indicating the overall health of the site. Possible values are listed below. Determining the overall status for the site hierarchy is based on the status of Configuration Manager components and storage objects.

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.

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

Development Requirements

See Also