Forum Discussion
Techsol 01
Aug 08, 2017Brass Contributor
Unable to configure migration Endpoint - Hybrid Exchange
Hi,
I am Unable to configure migration Endpoint from Office 365 to Exchange 2013 getting Error.
We couldn't detect your server settings. Please enter them. The ExchangeRemote endpoint settings could not be determined from the autodiscover response. No MRSProxy was found running at mail.domain.com
Any suggestions ?
Thanks
Hi Techsol,
Is the first time that you have run the HCW ?
If so, please confirm that the MRS Proxy is enabled and then restart your IIS "iisreset" to take the action efective. Than you can ran the HCW again.
- Techsol 01Brass Contributor
Hi Nuno,
Below was helpful in my case to fix the issue...
Enable the MRSProxy and set the authentication required to perform the move. To do this, run the following cmdlet:
Set-WebServicesVirtualDirectory -Identity "Server\EWS (default Web site)" –MRSProxyEnabled $true – WSSecurityAuthentication $TrueHi Techsol,
Glad that you have configured with Enable the MRSProxy.
Note: The Hybrid Configuration Wizard do that, but you will need to confirm and to restart IIS to proper take effect that changes.