Applies To: Operations Manager for System Center 2012
Determines whether AEM is enabled on a given Management Server.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsAemEnabled(
    ManagementServer mgmtServer
)
public:
bool IsAemEnabled(
    ManagementServer^ mgmtServer
)
member IsAemEnabled : 
        mgmtServer:ManagementServer -> bool
Public Function IsAemEnabled (
    mgmtServer As ManagementServer
) As Boolean
Parameters
- mgmtServer 
 Type: Microsoft.EnterpriseManagement.Administration.ManagementServer- The name of the Management Server to check whether AEM is enabled on. 
Return Value
Type: System.Boolean
Returns a Boolean that gives true if AEM is enabled on the Management Server; otherwise, false.
See Also
ClientMonitoringSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top