ManagementGroupClass Object

Updated: January 31, 2012

Applies To: System Center 2012 - Operations Manager

The ManagementGroupClass object represents a management group within the Agent Configuration application programming interface (API).

 

Name Type Description

ManagementGroupClass.ActionAccount

String

Read-only. Represents the name of the action account of this management group.

ManagementGroupClass.IsManagementGroupFromActiveDirectory

Boolean

Read-only. Indicates whether or not this management group was added through Active Directory integration.

ManagementGroupClass.managementGroupName

String

Read-only. Represents the name of the management group.

ManagementGroupClass.ManagementServer

String

Read-only. Represents the name of the management server.

ManagementGroupClass.managementServerPort

Int

Read-only. Represents the port number of the management server.

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

Version: Requires System Center 2012 – Operations Manager

To retrieve a management group, use the GetManagementGroup Method method. To iterate through the collection of management groups, use the GetManagementGroups Method method.

Other Resources