Share via


ManagementServer.AemEnabled Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim instance As ManagementServer
Dim value As Boolean

value = instance.AemEnabled

Syntax

'Declaration
Public ReadOnly Property AemEnabled As Boolean
public bool AemEnabled { get; }
public:
property bool AemEnabled {
    bool get ();
}
/** @property */
public boolean get_AemEnabled ()
public function get AemEnabled () : boolean

Property Value

Returns a Boolean value that is true if AEM is enabled for the server and false otherwise.

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

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace