Reconfiguring .local addresses to Fully Qualified Domain Names (FQDNs)
To Reconfigure Microsoft Exchange Server to Use a Fully Qualified Domain Name
- Start the Exchange Management Shell.
- To change the Autodiscover URL, type the following command, and then press Enter:
Set-ClientAccessServer -Identity Your_Server_Name -AutodiscoverServiceInternalUri https://mail.coolexample.com/autodiscover/autodiscover.xml
- To change the InternalUrl attribute of the EWS, type the following command, and then press Enter:
Set-WebServicesVirtualDirectory -Identity “Your_Server_Name\EWS (Default Web Site)” – https://mail.coolexample.com/ews/exchange.asmx
- To change the InternalUrl attribute for Web-based Offline Address Book distribution, type the following command, and then pressEnter:
Set-OABVirtualDirectory -Identity “Your_Server_Name\oab (Default Web Site)” -InternalUrl https://mail.coolexample.com/oab
- If you use the Unified Message service in Exchange Server 2007: To change the InternalUrl attribute of the UM Web service, type the following command, and then press Enter:
Set-UMVirtualDirectory -Identity “Your_Server_Name\unifiedmessaging (Default Web Site)” – InternalUrl https://mail.coolexample.com/unifiedmessaging/service.asmx
- To recycle the application pools, open IIS Manager.
- Expand the local computer, and then expand Application Pools.
- Right-click MSExchangeAutodiscoverAppPool, and then click Recycle.
NOTE: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products.