ManagementGroupAdministration.GetAllAgentManagedComputers Method ()
Applies To: Operations Manager for System Center 2012
Gets all managed computers that have a local agent installed.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<AgentManagedComputer> GetAllAgentManagedComputers()
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAllAgentManagedComputers()
member GetAllAgentManagedComputers : unit -> ReadOnlyCollection<AgentManagedComputer>
Public Function GetAllAgentManagedComputers As ReadOnlyCollection(Of AgentManagedComputer)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<AgentManagedComputer>
Returns a ReadOnlyCollection<T> of all agent-managed computers in this Management Group.
See Also
GetAllRemotelyManagedComputers
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.DeleteAgentManagedComputers(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.AgentManagedComputer})
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top