Forum Discussion
Unable to configure migration Endpoint - Hybrid Exchange
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 01Aug 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 $TrueRefer 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.