Gets a value that indicates whether Agentless Exception Monitoring (AEM) is enabled for the Management Server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementServer
Dim value As Boolean

value = instance.AemEnabled

Syntax

Visual Basic
Public ReadOnly Property AemEnabled As Boolean
C#
public bool AemEnabled { get; }
C++
public:
property bool AemEnabled {
		bool get ();
}
J#
/** @property */
public boolean get_AemEnabled ()
JScript
public function get AemEnabled () : boolean

Property Value

true if AEM is enabled for the server; otherwise, false.

Remarks

The AEM service provides agentless monitoring of application exceptions on clients.

Agentless 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 is a computer managed by the local agent running on a System Center Operations Manager Management Server. 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