ManagementGroupClass 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 ManagementGroupClass object represents a management group within the Agent Configuration application programming interface (API).

Properties

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.

Requirements

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

Version: Requires System Center 2012 – Operations Manager

Remarks

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

See Also

Other Resources

Operations Manager Agent Configuration Objects