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

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

Class SMS_SummarizerRootStatus : SMS_BaseClass
{
	UInt32 Status;
};

Methods

The following table shows the methods in SMS_SummarizerRootStatus.

Method Description

GetTallyIntervals Method in Class SMS_SummarizerRootStatus

Gets an array of tally intervals and the default interval.

Properties

Status


Data type: UInt32Access type: Read/WriteQualifiers: [key]Value indicating the overall health of the site hierarchy. Possible values are listed below. Determining the overall status for the site hierarchy is based on the status of the child sites.

GREEN(0)

OK. All the child sites reported a GREEN status.

YELLOW(1)

Warning. One or more child sites reported a YELLOW status, but no RED status was reported by a child site.

RED(2)

Critical. One or more of the child sites reported a RED status.

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

Other Resources

Status Server WMI Classes


Send comments about this topic to Microsoft.