Share via


ManagementGroupAdministration.GetAllAgentManagedComputers Method

Definition

Get agent managed computers.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAllAgentManagedComputers();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAllAgentManagedComputers ();
member this.GetAllAgentManagedComputers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAllAgentManagedComputers () As ReadOnlyCollection(Of AgentManagedComputer)

Returns

AgentManagedComputer collection.

Applies to

See also

  • GetAllRemotelyManagedComputers()
  • <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.DeleteAgentManagedComputers(System.Collections.ObjectModel.ReadOnlyCollection%7bMicrosoft.EnterpriseManagement.Administration.AgentManagedComputer%7d)>