Configuration Manager Console Extension Architecture

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The System Center 2012 R2 Configuration Manager console architecture is built on the following four distinct layers.

  • SMS Provider

  • Managed SMS Provider SDK

  • User interface framework

  • Configuration Manager console XML

SMS Provider in Configuration Manager

The SMS Provider is essentially the same as the SMS 2007 Provider, with the addition of new classes that support new Configuration Manager features. You can access the SMS Provider through the usual WBEM interfaces, but for managed code you must use the managed SMS Provider SDK.

Managed SMS Provider SDK

The managed SMS Provider SDK provides a managed code library that abstracts the SMS Provider. It provides .NET Framework classes and interfaces that connect to the SMS Provider, make queries, and otherwise manipulate Configuration Manager objects and the site control file. You can use the managed SMS Provider SDK in stand-alone applications, or you can use the user interface framework to extend the existing Configuration Manager console.

User Interface Framework

The user interface framework lies on top of the managed SMS Provider SDK. The user interface framework provides functionality for dialog boxes and the Configuration Manager console, and it provides user interface validation within the Configuration Manager console. You can extend this user interface framework to add your own forms to the Configuration Manager console, or you can integrate your own forms within existing Configuration Manager console forms.

Configuration Manager Console XML

The Configuration Manager console XML defines how the Configuration Manager console looks and behaves. The XML defines nodes, queries, actions, forms, and everything else that is necessary to render the Configuration Manager console hierarchy, the results pane, and the action pane.

The XML files that are used by the Configuration Manager console are stored under %ProgramFiles%\Microsoft Configuration Manager\AdminConsole\XmlStorage\. The following table shows the subfolders.

Folder

Description

ConsoleRoot

This folder contains various XML files that define built in user interface elements and classes.

ManagementClassDescriptions.xml: definitions for the SMS Provider classes.

ConnectedConsole.xml: definitions for sticky nodes and go-to navigation.

AssetManagementNode.xml, MonitoringNode.xml, SiteConfigurationNode.xml, SoftwareLibraryNode.xml: definitions for each workspace in the Configuration Manager console.

Extensions

Location for XML that is related to the SMS Provider. There are four types of extension folders:

Other

Various helper XML files.

Validation

Validation rules for the Configuration Manager console forms.

See Also

About Configuration Manager Console Extension
Configuration Manager Console Actions
Configuration Manager Console Forms
Configuration Manager Console Management Classes
Configuration Manager Console Nodes
Configuration Manager Console Views