Adaxes version: 2018.2
I am attempting to setup a connection to a different forest and am having some issues. We have an Exchange 2013 server environment setup and when I open a user who has a mailbox, it gives the following error
I have followed the information provided here:
Adaxes and Exchange in a multi-forest environment
I configured the powershell virtual directory to use an SSL connection. I verified that it is using the correct certificate for the site in IIS. The authentication is currently set to Integrated Windows Authentication. I can connect remotely via powershell from our Adaxes service server with the following command using the correct Domain Credentials:
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://exchangeserver1.domain.com/PowerShell/ -Credential $cred
Any suggestions that you can give would be fantastic. Thank you.