ManagementServiceConfigurationClass Object

Updated: January 31, 2012

Applies To: System Center 2012 - Operations Manager

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

 

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.

None.

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

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

Version: Requires System Center 2012 – Operations Manager

Other Resources