ManagementGroupAdministration.GetAllRemotelyManagedDevices 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.
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)>