I have to bring this up again.. I have a new install of Adaxes, Exchange in a managed domain (not same as Adaxes it self).
Failed to connect to the following Exchange servers: EXCHSERVER: Connecting to remote server failed with the following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet. For more information, see the about\Remote\Troubleshooting Help topic.
Eventlog:
Softerra.Adaxes.BackgroundThreadException: Exchange 2013 PowerShell API: Failed to execute the following operation: Get mailbox settings of 'Demo User (DOMAIN.LOCAL\Users)' ---> Softerra.Adaxes.Adsi.Exchange.PowerlessExchangeApiException (0x80072035): Failed to connect to the following Exchange servers:
EXCHSERVER: System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet. For more information, see the about\Remote\Troubleshooting Help topic.
at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
at System.Management.Automation.Runspaces.RunspacePool.Open()
at #Qe.#rh.#53(#9c exchangeServer)
at #Qe.#rh.#53()
I've enabled "Windows Authentication", remote powershell and set execution policy. I've also checked all the FW logs, no ports are being blocked.
new-pssession -connectionURI "http://$exchangeServer/powershell" -ConfigurationName Microsoft.Exchange -Credential $credential
From Powershell works.
Help?