Unable to add Exchange Server monitor

Unable to add Exchange Server monitor

Check whether all the prerequisites are done. The prerequisites can be found here:   https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#ExchangeServer

WMI Mode

If unable to add the Exchange Server monitor in WMI mode, follow the below steps:

  1. Open command prompt in administrator mode in Applications Manager-installed machine.

  2. Navigate to <Applications Manager Home>\working\conf\application\scripts directory.

  3. Execute the below command by replacing hostname, username and password with that of the reported Exchange server:

    cscript wmiget.vbs hostname username password "Select * from Win32_PerfRawData_PerfOS_Processor where Name='_Total'"
  4. Copy the output of the above command to a text file.

Powershell Mode

If unable to add the Exchange Server in Powershell mode follow the below steps
  1. Open powershell in administrator mode in the Applications Manager-installed machine.

  2. Go to <Applications Manager Home>\working\conf\application\scripts\powershell directory.

  3. Execute the below command by replacing hostname, username and password with that of the reported Exchange server:

    .\TestConnectivity.ps1 'hostname' 'username' 'password'
  4. Copy the output of the above command to a text file.

Reach out to our support team with the text file containing the output to appmanager-support@manageengine.com along with the latest Support Information File (SIF) from Applications Manager with print all logs enabled for analysis.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Unable to add monitor in Exchange Server

                        Check if all the prerequisites are done. The prerequisites can be found here:   https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#ExchangeServer For Powershell mode, check if all the required ...
                      • Unable to Add Kubernetes Monitor

                        If you are having trouble adding a Kubernetes monitor in Applications Manager, ensure that the the prerequisites have been met: Verify whether you can establish an SSH connection to the Kubernetes server from the APM installed machine. Use the ...
                      • Unable to add MS Office SharePoint monitor

                        Check if all the prerequisites are done. The prerequisites can be found here:  https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#SharePointServer WMI Mode If unable to add the SharePoint ...
                      • Self monitor Applications Manager using Real User Monitoring

                        We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
                      • Unable to add Active Directory monitor

                        1. Open command prompt in administrator mode and navigate to <Applications Manager Home>\working\conf\application\scripts directory. 2. Execute the below command replacing hostname, username and password with that of the Active Directory server: ...