Previous Topic: Install ADES AIM

Next Topic: Configure ADES AIM with NodeCfgUtil in Command Mode

Configure the Environment to Enable ADES AIM Monitoring

Apply the following settings to enable Microsoft Active Directory and Exchange Server monitoring:

Prerequisites:

Verify that the following are installed on the same host where ADES AIM is installed:

Configure PowerShell on Exchange Servers

As an administrator, apply the PowerShell configuration settings on Exchange Server systems to enable remote connectivity and Exchange Server monitoring.

Follow these steps:

  1. Navigate to Start menu, Programs, Accessories, and launch Windows PowerShell.

    PowerShell command prompt appears.

  2. Enter the following command:
    Enable-PSRemoting 
    

    WinRM Quick configuration message appears.

  3. Specify Y to run the Set-WSManQuickConfig command.

    WinRM setup initiates remote management and creates a WinRM listener to accept WS-Man requests. A confirmation to register session configuration appears.

  4. Confirm Registering session configuration by specifying Y.

    Registering session configuration starts.

  5. Enter the following command to set trustedhosts:
    set-item wsman:localhost\client\trustedhosts -value * 
    

    Adds all the computers into the trustedhosts list and establishes connectivity.

  6. Enter the following PowerShell command to restart the WinRM service:
    restart-Service winrm 
    

    Enables the new TrustedHosts settings and Exchange Server monitoring.