Each Mailbox server has multiple virtual directories, some of which can only be modified through the Exchange Management Shell. Scripting the changes made to both the internal and external URLs can be a big time-saver, especially when deploying multiple servers. In this recipe, you will learn how to use the set of cmdlets that are needed to modify both the internal and external URLs for each CAS server virtual directory.
Setting internal and external CAS URLs
How to do it...
To change the external URL of the OWA virtual directory for a server named CAS1, use the following command:
Set-OwaVirtualDirectory -Identity 'TLEX01\owa (Default Web Site)' ` -ExternalUrl https://mail.contoso.com/owa
After the change...