ComputerHealthService.GetRemotelyManagedDevices Method ()
Applies To: Operations Manager for System Center 2012
Gets a collection of network devices monitored by the health service.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<RemotelyManagedDevice> GetRemotelyManagedDevices()
public:
ReadOnlyCollection<RemotelyManagedDevice^>^ GetRemotelyManagedDevices()
member GetRemotelyManagedDevices : unit -> ReadOnlyCollection<RemotelyManagedDevice>
Public Function GetRemotelyManagedDevices As ReadOnlyCollection(Of RemotelyManagedDevice)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedDevice>
Returns a ReadOnlyCollection<T> of type RemotelyManagedComputer that contains the agentless managed computers monitored by the health service.
See Also
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top