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
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.