ManagementServer.GetAgentManagedComputers Method

Updated: April 16, 2012

Gets the computers to which agents have been deployed that are managed by this server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim returnValue As ReadOnlyCollection(Of AgentManagedComputer) returnValue = instance.GetAgentManagedComputersPublic Function GetAgentManagedComputers As ReadOnlyCollection(Of AgentManagedComputer)public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()public: ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers ()public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()public function GetAgentManagedComputers () : ReadOnlyCollection<AgentManagedComputer>Return ValueReturns a ReadOnlyCollection that contains the agent-managed computers managed by this server.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms