ManagementGroupAdministration.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::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::RemotelyManagedComputer ^> ^ GetAllRemotelyManagedComputers();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> GetAllRemotelyManagedComputers ();
member this.GetAllRemotelyManagedComputers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer>
Public Function GetAllRemotelyManagedComputers () As ReadOnlyCollection(Of RemotelyManagedComputer)
Returns
RemotelyManagedComputer collection.
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.
Applies to
See also
- GetAllAgentManagedComputers()
- <xref:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetProxyAgent(System.Collections.ObjectModel.ReadOnlyCollection%7bMicrosoft.EnterpriseManagement.Administration.RemotelyManagedComputer%7d%2cMicrosoft.EnterpriseManagement.Administration.ComputerHealthService)>