IAdministrationManagement.GetAllRemotelyManagedComputers 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 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.