Previous Topic: Configure Exchange 2010 EndpointsNext Topic: Test the Connection to Exchange 2010


Configure the CCS Computer for Exchange 2010

This procedure is for the Java CS administrator.

When you connect to Exchange 2010 in agentless mode, the connector requires some extra Microsoft tools and a Windows service.

Follow these steps:

  1. Include the CCS computer in a Windows domain that is in the same Active Directory forest as the Exchange endpoints.
  2. Ensure that the following Microsoft tools are installed on the CCS computer:

    Note: Some of these tools are installed as part of recent Windows versions. If the CCS computer uses a Windows version older than Windows Server 2008 R2, install Windows Management Framework Core package, which includes PowerShell and WinRM. For information, see http://technet.microsoft.com/en-us/library/dd335147.aspx.

  3. Ensure that the Windows service Windows Remote Management (WS-Management) is running. If required, set the startup type to automatic.
  4. Configure WinRM to use default settings. To do this, open a Command Prompt window on the CCS computer as the Administrator user, then enter the following command and respond Y when asked for confirmation:
    winrm quickconfig
    
  5. Enter the following command to check the authentication status:
    winrm get winrm/config/service
    

    You see a section in the response similar to the following:

    Auth
    
    Basic = false
    Kerberos = true
    Negotiate = true
    Certificate = false
    CredSSP = false
    CBTHardeningLevel = Relaxed
    
  6. Enable one of the following authentication types:
  7. Set a value for the ADS_AGENTLESS_MODE environment variable:
    1

    Set the connector to be agentless for Exchange 2010.

    3

    Set the connector to be agentless for mixed environments with both Exchange 2007 and Exchange 2010.