July 2017
Intermediate to advanced
648 pages
31h 9m
English
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 has been made, we can view the configuration using the Get-OwaVirtualDirectory cmdlet:
[PS] C:\>Get-OwaVirtualDirectory -Server TLEX01 | fl ExternalUrl
ExternalUrl : https://mail.contoso.com/owa
Read now
Unlock full access