Dear Expert,
I have the request from management team.
they would like to disable OWA and enable mobile when user stay outside the office.
We implemented below steps:
1. Create a new website only for ActiveSync service. Ex: (New-WebSite -Name TestSite -Port 80 -HostHeader TestSite -PhysicalPath "$env:systemdrive\inetpub\testsite").
2. Assign new IP address to that website.
3. Create ActiveSync virtual directory in the new website Ex: (New-ActiveSyncVirtualDirectory -WebSiteName "TestSite" -ExternalURL http://www.contoso.com/mail -InternalURL http://contoso/mail).
4. Assign certificate to the new website.
5. Don’t create OWA and ECP virtual directory in the new website.
6. On the firewall NAT the public IP address to internal IP address assigned to new website.
7. Use Default Website for internal outlook web access(Without External URL settings and no public IP address for the default site).
We are facing an issue with the SSL certificate on the new URL which we created for activesync service.
Kindly be inform that we are using our current SSL certificate on new URL.
Can you please assist on this.