Previous Topic: Set Up Kerberos Authentication on Exchange 2010Next Topic: Test the Connection to Exchange 2010


Set Up the CCS Computer for Exchange 2010

Follow these steps:

  1. 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 Windows PowerShell and WinRM. For information, see http://technet.microsoft.com/en-us/library/dd335147.aspx.

  2. Ensure that the Windows service Windows Remote Management (WS-Management) is running. If required, set the startup type to automatic.
  3. Enable PowerShell remoting. To do this, open a command window as administrator, then use the following commands:
    1. Start the WinRM configuration:
      winrm quickconfig
      
    2. Use one of the following commands to enable remoting with the kind of authentication used by the endpoints:
      winrm set winrm/config/client/auth @{Basic="true"}
      winrm set winrm/config/client/auth @{Kerberos="true"}
      
  4. 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.