ManagementGroupAdministration.GetRootManagementServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return root management server.
public:
Microsoft::EnterpriseManagement::Administration::ManagementServer ^ GetRootManagementServer();
public Microsoft.EnterpriseManagement.Administration.ManagementServer GetRootManagementServer ();
member this.GetRootManagementServer : unit -> Microsoft.EnterpriseManagement.Administration.ManagementServer
Public Function GetRootManagementServer () As ManagementServer
Returns
ManagementServer.
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.
Applies to
See also
- GetManagementServer(Guid)
- <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.GetManagementServers(Microsoft.EnterpriseManagement.ManagementServerCriteria)>
- <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetManagementServer(System.Collections.ObjectModel.ReadOnlyCollection%7bMicrosoft.EnterpriseManagement.Administration.AgentManagedComputer%7d%2cMicrosoft.EnterpriseManagement.Administration.ManagementServer)>