Determine the correct EWS URL for a migration

When migrating to or from Microsoft 365, you should use the default settings in CloudM Migrate. Generally, the EWS URL should only be specified in scenarios where auto discovery cannot be used.

 

Problem

A common problem when migrating from Exchange 2007 upwards is to determine the correct EWS URL. The default URL for EWS looks something like: https://mail.domain.com/EWS/Exchange.asmx

Solution

If using the above URL with the appropriate domain is not functional, the correct URL can be retrieved via the Exchange admin.

The Exchange admin can obtain the URL via a PowerShell command on the exchange server

  1. Open PowerShell on the Exchange server.
  2. Type Get-WebServicesVirtualDirectory |Select name, *url* | fl.
  3. The URL will be provided.
Was this article helpful?
1 out of 7 found this helpful