Share via


ManagementGroupAdministration.GetAllRemotelyManagedDevices Method

Definition

Return all SNMP devices that are managed remotely.

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

Returns

RemotelyManagedComputer collection.

Applies to

See also

  • GetAllRemotelyManagedDevicesByType(MonitoringClass)
  • <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetProxyAgent(System.Collections.ObjectModel.ReadOnlyCollection%7bMicrosoft.EnterpriseManagement.Administration.RemotelyManagedDevice%7d%2cMicrosoft.EnterpriseManagement.Administration.ComputerHealthService)>