Applies To: Operations Manager for System Center 2012
Gets the specified Management Server in this Management Group.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ManagementServer GetManagementServer(
    Guid computerId
)
public:
ManagementServer^ GetManagementServer(
    Guid computerId
)
member GetManagementServer : 
        computerId:Guid -> ManagementServer
Public Function GetManagementServer (
    computerId As Guid
) As ManagementServer
Parameters
- computerId 
 Type: System.Guid- The globally unique identifier (GUID) for the Management Server you want to reference. 
Return Value
Type: Microsoft.EnterpriseManagement.Administration.ManagementServer
Returns a ManagementServer object that represents the specified server.
See Also
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.GetManagementServers(Microsoft.EnterpriseManagement.ManagementServerCriteria)
GetRootManagementServer
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top