ManagementGroupAdministration.GetAgentManagedComputer Method (Guid)
Applies To: Operations Manager for System Center 2012
Gets the agent-managed computer with the specified globally unique identifier (GUID).
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AgentManagedComputer GetAgentManagedComputer(
Guid computerId
)
public:
AgentManagedComputer^ GetAgentManagedComputer(
Guid computerId
)
member GetAgentManagedComputer :
computerId:Guid -> AgentManagedComputer
Public Function GetAgentManagedComputer (
computerId As Guid
) As AgentManagedComputer
Parameters
computerId
Type: System.GuidThe GUID for the agent-managed computer you want to reference.
Return Value
Type: Microsoft.EnterpriseManagement.Administration.AgentManagedComputer
Returns an AgentManagedComputer object that represents the specified computer.
See Also
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top