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:
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.
winrm quickconfig
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
winrm set winrm/config/service/Auth @{Kerberos="true"}
winrm quickconfig -transport:https
winrm set winrm/config/service/auth @{Basic="true"}
Set the connector to be agentless for Exchange 2010.
Set the connector to be agentless for mixed environments with both Exchange 2007 and Exchange 2010.
|
Copyright © 2014 CA.
All rights reserved.
|
|