Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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