ManagementServer.AemEnabled Property

Updated: April 16, 2012

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)Dim instance As ManagementServer Dim value As Boolean value = instance.AemEnabled Public ReadOnly Property AemEnabled As Booleanpublic bool AemEnabled { get; }public: property bool AemEnabled { bool get (); }/** @property */ public boolean get_AemEnabled () public function get AemEnabled () : boolean Property ValueReturns a Boolean value that is true if AEM is enabled for the server and false otherwise.

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 that is 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.


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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms