The status server Windows Management Instrumentation (WMI) classes allow access to the Microsoft System Center Configuration Manager 2007 status system. You can use these classes to create and view status messages and to view status summarizers. The status system indicates the health of a Configuration Manager 2007 site and the progress of certain actions, such as software distribution. The status system includes three groups of classes:

For more information about how the Configuration Manager status system works, see About Configuration Manager Status Summarizers.

The Configuration Manager server class schema is a set of WMI classes that represent the objects found on a server running Configuration Manager. Each Configuration Manager class is a template for a managed object and all instances of the object use the template. Classes can contain properties and methods. The properties describe the class data and the methods typically perform data management. For more information about developing applications using these classes, see About Configuration Manager SDK Requirements.

In This Section

Term Definition

SMS_ComponentSummarizer Server WMI Class

Represents a component summarizer that reports on the health of individual Configuration Manager components.

SMS_SiteDetailSummarizer Server WMI Class

Represents a site detail summarizer that reports on the per-site status of components and the system.

SMS_SiteSystemSummarizer Server WMI Class

Represents a site system summarizer that reports physical system health data for each system and each system role in the Configuration Manager site.

SMS_StatAttr Server WMI Class

Represents a high-performance version of SMS_StatMsgAttributes.

SMS_StatInsStr Server WMI Class

Represents a high-performance version of SMS_StatMsgInsStrings.

SMS_StatMsg Server WMI Class

Represents a high-performance version of SMS_StatusMessage.

SMS_StatMsgAttributes Server WMI Class

Represents optional data associated with a status message.

SMS_StatMsgInsStrings Server WMI Class

Represents insertion strings that are inserted into the status message.

SMS_StatMsgModuleNames Server WMI Class

Maps module names to the message DLL that contains the status message text.

SMS_StatusMessage Server WMI Class

Represents individual status messages generated by Configuration Manager to provide information about a variety of events, including process completion, errors, conditions, and user actions.

SMS_SummarizerRootStatus Server WMI Class

Represents a summarizer for the overall health of the entire site hierarchy.

SMS_SummarizerSiteStatus Server WMI Class

Represents a summarizer for the overall health of each site.

SMS_SummarizerStatus Server WMI Class

Identifies registered summarizers, without defining any specific status information.

Remarks

For more information about how to use the summarizer classes, see About Configuration Manager Status Summarizers.

See Also


Send comments about this topic to Microsoft.