Forum Discussion
Exchange 2010 outlookanywhere
- 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
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 ColomboFeb 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
- Stefano ColomboFeb 16, 2024Brass Contributor
Hello TaeYounAnn
These are the commands that sets URLs on exchange 2016, should I set the same url for exchange 2010 as well?
- TaeYounAnnFeb 18, 2024MVPYes, that's right.
- Stefano ColomboFeb 16, 2024Brass Contributor
Hello TaeYounAnn TAE
a part from the url that you suggested to set the same in ex2010 as in ex 2016 will there be any impact on the users enabling outlook anywhere on exchange 2010?- TaeYounAnnFeb 18, 2024MVP
Outlookanyware accesses based on the user's mailbox.
Matching URLs is a best practice to avoid changing DNS record values.
Therefore, Exhange 2010 users will see no changes.