ManagementGroupAdministration.GetManagementServer(Guid) 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.
Get management server by computer id.
public:
Microsoft::EnterpriseManagement::Administration::ManagementServer ^ GetManagementServer(Guid computerId);
public Microsoft.EnterpriseManagement.Administration.ManagementServer GetManagementServer (Guid computerId);
member this.GetManagementServer : Guid -> Microsoft.EnterpriseManagement.Administration.ManagementServer
Public Function GetManagementServer (computerId As Guid) As ManagementServer
Parameters
- computerId
- Guid
Computer id.
Returns
ManagementServer instance.
Applies to
See also
- <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.GetManagementServers(Microsoft.EnterpriseManagement.ManagementServerCriteria)>
- GetRootManagementServer()