Forum Discussion
Stefano Colombo
Feb 15, 2024Brass Contributor
Exchange 2010 outlookanywhere
We’re migrations from exchange 2010 to 2016. As per the requirement for coexistence OutlookAnywhere on exchange 2010 should be enabled. Since in the current Exchange 2010 is not enabled we’d like t...
- Feb 22, 2024
Found the issue, on the client there was a reg key that was disabling mapi/https
Removed it and then the client connected successfully
TaeYounAnn
Feb 16, 2024MVP
Please URL is to be equal about Exchange 2010 and 2016.
Set-OwaVirtualDirectory -Identity "ex2016-01\OWA (Default Web Site)" -ExternalUrl https://mail.taeyoun.com/owa-LogonFormat username -DefaultDomain taeyoun.com
Set-EcpVirtualDirectory -Identity "ex2016-01\ECP (Default Web Site)" -ExternalUrl https://mail.taeyoun.com/ecp
Set-OabVirtualDirectory -Identity "ex2016-01\OAB (Default Web Site)" -InternalUrl https://mail.taeyoun.com/oab-ExternalUrl https://mail.taeyoun.com/oab
Set-ActiveSyncVirtualDirectory -Identity “ex2016-01\Microsoft-Server-ActiveSync (Default Web Site)” -ExternalUrl https://mail.taeyoun.com/Microsoft-Server-ActiveSync-InternalUrl https://mail.taeyoun.com/Microsoft-Server-ActiveSync
Set-WebServicesVirtualDirectory -Identity “ex2016-01\EWS (Default Web Site)” -InternalUrl https://mail.taeyoun.com/ews/exchange.asmx-ExternalUrl https://mail.taeyoun.com/EWS/Exchange.asmx
Set-ClientAccessServer -Identity ex2016-01 -AutoDiscoverServiceInternalUri https://autodiscover.taeyoun.com/autodiscover/autodiscover.xml
Set-OutlookAnywhere -Identity "ex2016-01\Rpc (Default Web Site)" -InternalHostname mail.taeyoun.com-ExternalHostname mail.taeyoun.com-InternalClientAuthenticationMethod Ntlm -ExternalClientAuthenticationMethod Basic -ExternalClientsRequireSsl $True -InternalClientsRequireSsl $true
Stefano Colombo
Feb 16, 2024Brass Contributor
Hello TaeYounAnn TAE
I also noticed that you only suggest to change the External URL for each service, shouldn't also the internal URL of EX2010 point to EX2016 ?
thanks
- TaeYounAnnFeb 18, 2024MVPThe distinction between internal and external URLs is based on DNS record values.
If your DNS record values are divided into internal and external, please separate the URL into internal and external.- Stefano ColomboFeb 19, 2024Brass Contributor@TAE we’re using split DNS so we can use the the same URL for internal and external but I mean if we should set them both to point to the exchange 2016 servers of if the internal URL of 2010 server should point to each exchange 2010 server
- TaeYounAnnFeb 19, 2024MVPJust point it to your Exchange 2016 server!