Share via


ManagementGroupAdministration.GetRootManagementServer Method ()

 

Applies To: Operations Manager for System Center 2012

Gets the Root Management Server in the Management Group.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ManagementServer GetRootManagementServer()
public:
ManagementServer^ GetRootManagementServer()
member GetRootManagementServer : unit -> ManagementServer
Public Function GetRootManagementServer As ManagementServer

Return Value

Type: Microsoft.EnterpriseManagement.Administration.ManagementServer

Returns a ManagementServer object that represents the Root Management Server in the Management Group.

Remarks

A Root Management Server is the first Management Server installed for a Management Group. The Root Management Server performs unique functions for a Management Group. For example, it functions as the Management Server to which the Operations Console connects.

See Also

GetManagementServer
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.GetManagementServers(Microsoft.EnterpriseManagement.ManagementServerCriteria)
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetManagementServer(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.AgentManagedComputer},Microsoft.EnterpriseManagement.Administration.ManagementServer)
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top