Share via


ComputerHealthService.GetRemotelyManagedComputers Method

Definition

The remotely managed computers.

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

Returns

RemotelyManagedComputer collection.

Exceptions

Not currently connected to a management group.

Applies to