This procedure is for the CA IdentityMinder administrator.
Follow these steps:
$UserCredential = Get-Credential
$so = New-PSSessionOption -skiprevocationcheck
With HTTP Basic authentication:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://{Exchange Server Name}/PowerShell/ -Authentication Basic -Credential $UserCredential -SessionOption $so
With Kerberos authentication:
$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 acquire the Active Directory endpoint and select an Exchange 2010 mailbox server as the Exchange gateway server.
Copyright © 2013 CA.
All rights reserved.
|
|