ManagementServiceConfigurationClass Object

Applies To: System Center 2012 - Operations Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ManagementServiceConfigurationClass object provides the methods for performing the primary management group operations of the Agent Configuration application programming interface (API).

Methods

Name Description

ManagementServiceConfigurationClass.AddManagementGroup

This method adds a new, but inactive, management group to the agent.

ManagementServiceConfigurationClass.DisableActiveDirectoryIntegration

This method prevents an agent from querying Active Directory or Active Directory Domain Services (AD DS) for the list of the management groups in which this agent participates.

ManagementServiceConfigurationClass.EnableActiveDirectoryIntegration

This method allows an agent to query Active Directory or AD DS for the list of the management groups in which this agent participates.

ManagementServiceConfigurationClass.GetActiveDirectoryIntegrationEnabled

This method returns a Boolean value indicating whether or not true Active Directory integration is enabled for the agent.

ManagementServiceConfigurationClass.GetManagementGroup

This method returns a ManagementServiceConfigurationClass Object object.

ManagementServiceConfigurationClass.GetManagementGroups

This method returns a ManagementGroupCollectionClass Object object.

ManagementServiceConfigurationClass.ReloadConfiguration

This method reloads the updated agent configuration.

ManagementServiceConfigurationClass.RemoveManagementGroup

This method removes an active management group from the agent.

ManagementServiceConfigurationClass.UpdateActionAccount

This method updates the existing action account for a given management group with the given account.

Properties

None.

Examples

The following example shows how to create a new instance of the ManagementServiceConfigurationClass object:

Requirements

Platforms: Requires Windows Vista, Windows Server 2003, or Windows Server 2008

Version: Requires System Center 2012 – Operations Manager

Remarks

See Also

Other Resources

Operations Manager Agent Configuration Objects