ManagementGroupAdministration.GetAllRemotelyManagedComputers Method ()

 

Applies To: Operations Manager for System Center 2012

Gets all managed computers that do not have a local agent installed.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<RemotelyManagedComputer> GetAllRemotelyManagedComputers()
public:
ReadOnlyCollection<RemotelyManagedComputer^>^ GetAllRemotelyManagedComputers()
member GetAllRemotelyManagedComputers : unit -> ReadOnlyCollection<RemotelyManagedComputer>
Public Function GetAllRemotelyManagedComputers As ReadOnlyCollection(Of RemotelyManagedComputer)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedComputer>

Returns a ReadOnlyCollection<T> of all agentless managed computers in this Management Group.

Remarks

Agentless or remote management of computers is used when installing the Operations Manager 2007 agent on the computers is either undesirable or impossible. Agentless-managed computers are managed as if there is an agent installed on them. Not all Management Packs work in agentless mode.

An agentless managed computer places greater resource requirements on the Management Server than an agent-managed computer. Therefore, an agent-managed computer configured as a proxy is recommended for managing agentless-managed computers.

See Also

GetAllAgentManagedComputers
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetProxyAgent(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer},Microsoft.EnterpriseManagement.Administration.ComputerHealthService)
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top