Table of Contents
Run the following commands to prepare the domain:
Setup.com /PrepareLegacyExchangePermissions Setup.com /PrepareSchema Setup.com /PrepareAD Setup.com /PrepareDomain |
Open the MGMT console and install the key:
set-exchangeserver -Identity 'SERVER' -ProductKey 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX' |
Change Pointers for Exchange Web Services on CAS Server Role:
Set-OWAVirtualDirectory "SERVER\owa (Default Web Site)" -ExternalURL https://mail.company.com/OWA -Exchange2003URL https://legacy.company.com/exchange Set-ClientAccessServer -Identity "server" -AutodiscoverServiceInternalURI https://mail.company.com/autodiscover/autodiscover.xml Set-WebServicesVirtualDirectory -identity "SERVER\EWS (Default Web Site)" -ExternalUrl https://mail.company.com/EWS/Exchange.asmx -BasicAuthentication:$True Set-WebServicesVirtualDirectory -identity "SERVER\EWS (Default Web Site)" -ExternalUrl https://mail.company.com/EWS/Exchange.asmx -InternalNLBBypassUrl https://mail.company.com/EWS/Exchange.asmx -BasicAuthentication:$True Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:*.company.com |