Share via


IAdministrationManagement.GetAllRemotelyManagedComputers Method

Definition

Return all computers that are managed remotely.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedComputer ^> ^ GetAllRemotelyManagedComputers();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> GetAllRemotelyManagedComputers ();
abstract member GetAllRemotelyManagedComputers : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer>
Public Function GetAllRemotelyManagedComputers () As IList(Of RemotelyManagedComputer)

Returns

RemotelyManagedComputer collection.

Applies to