Status Server WMI Classes
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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:
Status summarizer classes, for example, SMS_ComponentSummarizer Server WMI Class
Status reporting classes, for example, SMS_StatMsgAttributes Server WMI Class
Optimized status reporting classes, for example, SMS_StatAttr Server WMI Class
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 |
---|---|
Represents a component summarizer that reports on the health of individual Configuration Manager components. |
|
Represents a site detail summarizer that reports on the per-site status of components and the system. |
|
Represents a site system summarizer that reports physical system health data for each system and each system role in the Configuration Manager site. |
|
Represents a high-performance version of SMS_StatMsgAttributes. |
|
Represents a high-performance version of SMS_StatMsgInsStrings. |
|
Represents a high-performance version of SMS_StatusMessage. |
|
Represents optional data associated with a status message. |
|
Represents insertion strings that are inserted into the status message. |
|
Maps module names to the message DLL that contains the status message text. |
|
Represents individual status messages generated by Configuration Manager to provide information about a variety of events, including process completion, errors, conditions, and user actions. |
|
Represents a summarizer for the overall health of the entire site hierarchy. |
|
Represents a summarizer for the overall health of each site. |
|
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.