ComputerHealthService.GetRemotelyManagedComputers Method ()
Applies To: Operations Manager for System Center 2012
Gets a collection of agentless managed computers monitored by the health service.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<RemotelyManagedComputer> GetRemotelyManagedComputers()
public:
ReadOnlyCollection<RemotelyManagedComputer^>^ GetRemotelyManagedComputers()
member GetRemotelyManagedComputers : unit -> ReadOnlyCollection<RemotelyManagedComputer>
Public Function GetRemotelyManagedComputers As ReadOnlyCollection(Of RemotelyManagedComputer)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedComputer>
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