How to find the Exchange web services URL
If you don’t know the Exchange Web Service URL for your email account, here are some tips:
- If you are using Office 365, the Exchange server URL is:
https://outlook.office365.com/EWS/Exchange.asmx
Note that an app specific password is usually required. This is not your account password. You can also use the Office 365 email account if you do not want to create an app password.
- The EWS URL is not the Outlook Web Access URL.
- By default, most servers use a URL like this:
https://mail.domain.com/EWS/Exchange.asmx
- If you have administrator access to the Exchange server, you can get this URL by running the following command in the Exchange Management Shell:
Get-WebServicesVirtualDirectory |Select name, *url* | fl
- If you have Microsoft Outlook installed, try:
- Hold the Ctrl key and right click on the Outlook icon in the system tray
- Select “Test E-mail Auto Configuration” from the menu
- Type in an email address located on the desired Exchange server
- Click Test
- The URL is listed as “Availability Service URL”
- If none of these options worked, ask your network administrator or the provider that manages the Exchange server. Exchange Web Services is available on any Exchange server from 2007, but it may have been disabled.