ManagementServer.AemEnabled Property
Applies To: Operations Manager for System Center 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)
Syntax
public bool AemEnabled { get; }
public:
property bool AemEnabled {
bool get();
}
member AemEnabled : bool with get
Public ReadOnly Property AemEnabled As Boolean
Property Value
Type: System.Boolean
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.
See Also
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top