The SMS_SiteDetailSummarizer Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides per-site status of components and the system. An instance of this class is created for each site.

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

Class SMS_SiteDetailSummarizer : SMS_BaseClass
{
	UInt32 AvailabilityState;
	UInt32 DatabaseFree;
	UInt32 Errors;
	UInt32 Infos;
	String SiteCode;
	String SiteName;
	UInt32 Status;
	String TallyInterval;
	UInt32 TransFree;
	String Version;
	UInt32 Warnings;
};

Methods

The SMS_SiteDetailSummarizer class does not define any methods.

Properties

AvailabilityState

Data type: UInt32Access type: ReadQualifiers: NoneAvailability state of the site. The default value is 0.
DatabaseFree

Data type: UInt32Access type: ReadQualifiers: NonePercentage of free storage space available for the site databases.
Errors

Data type: UInt32Access type: ReadQualifiers: NoneTotal number of error status messages reported by all server components in this site during the tally interval.
Infos

Data type: UInt32Access type: ReadQualifiers: NoneTotal number of informational status messages reported by all server components in this site during the tally interval.
SiteCode

Data type: StringAccess type: ReadQualifiers: [key, SizeLimit("3")]Site code of a Configuration Manager site.
SiteName

Data type: StringAccess type: ReadQualifiers: NoneFriendly name of the site.
Status

Data type: UInt32Access type: ReadQualifiers: [ToInstance]Status value indicating the health of the component. 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.

RED(2)

Critical. There are error messages.

TallyInterval

Data type: StringAccess type: ReadQualifiers: [key]Interval for which the detailed statistics apply. You must specify a tally interval in your WHERE clause to query instances of this class. The statistics are reset to zero each time the schedule elapses. To use this property, see How To Read Tally Intervals.
TransFree

Data type: UInt32Access type: ReadQualifiers: NonePercentage of free storage space available for the transaction logs of the site databases.
Version

Data type: StringAccess type: ReadQualifiers: NoneVersion of Configuration Manager that is installed on the site, including the service pack if one is installed.
Warnings

Data type: UInt32Access type: ReadQualifiers: NoneTotal number of warning status messages reported by all server components in this site during the tally interval.

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.

This class summarizes all informational, warning, and error messages for the site. An instance of the class is created for each server component that is running in the site.

Requirements

Runtime Requirements

Development Requirements

See Also