ManagementGroupAdministration.GetAllAgentManagedComputers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)>