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)

Usage

Visual Basic
Dim instance As ManagementGroupAdministration
Dim returnValue As ReadOnlyCollection(Of RemotelyManagedComputer)

returnValue = instance.GetAllRemotelyManagedComputers

Syntax

Visual Basic
Public Function GetAllRemotelyManagedComputers As ReadOnlyCollection(Of RemotelyManagedComputer)
C#
public ReadOnlyCollection<RemotelyManagedComputer> GetAllRemotelyManagedComputers ()
C++
public:
ReadOnlyCollection<RemotelyManagedComputer^>^ GetAllRemotelyManagedComputers ()
J#
public ReadOnlyCollection<RemotelyManagedComputer> GetAllRemotelyManagedComputers ()
JScript
public function GetAllRemotelyManagedComputers () : ReadOnlyCollection<RemotelyManagedComputer>

Return Value

A read-only collection 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.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also