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 setting...
Techsol 01
Aug 09, 2017Brass 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 $True
Refer URL : https://answers.microsoft.com/en-us/msoffice/forum/msoffice_o365admin-mso_dep365/hybrid-exchange-2013-o365-migration-error/dcfc48d5-6660-406a-b319-729a214257a3
Aug 09, 2017
Hi 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.