This procedure is for the Java CS administrator.
Test the connection between Java CS and Exchange 2010 before you tell the administrators of the other CA products that they can connect to the endpoint. These instructions describe how to test both Basic HTML and Kerberos connections.
Follow these steps:
$UserCredential = Get-Credential
$so = New-PSSessionOption -skiprevocationcheck
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://{Exchange Server Name}/PowerShell/ -Authentication Basic -Credential $UserCredential -SessionOption $so
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://{Exchange Server name}/PowerShell/ -Authentication Kerberos -Credential $UserCredential
If you see no error report, the connection was successful and authentication is working.
You can now tell the administrators of the client products that they can acquire the Active Directory endpoint and select an Exchange 2010 mailbox server as the Exchange gateway server.
|
Copyright © 2014 CA.
All rights reserved.
|
|