Hi guys,
We are migrating/transitioning from Exchange 2010 to Exchange 2013 and we have the following set-up at the moment in our test environment.
- Exchange 2013 (3x Multi-role servers)
- Exchange 2010 (2x MBX and 2 HT/CAS running NLB)
Certificates should be correct on both servers with appropriate SAN names.
We would like to verify the configuration regarding the vdirs, especially related to ActiveSync and Outlook Anywhere, we did get owa/ecp to work without any trouble.
Exchange 2013 will proxy the connection towards Exchange 2010 if the mailbox still resides on the old environment and what we have learned is that we should have the following configuration?
Exchange 2013 (ActiveSync vdir)
- internalurl: mail.company.com
- externalurl: mail.company.com
Exchange 2013 (ActiveSync vdir)
- internalurl: mail.company.com
- externalurl: $null (to get the server to understand that it should proxy)
Exchange 2013 (rpc vdir)
- internalhostname: mail.company.com
- externalhostname: mail.company.com
Exchange 2010 (rpc vdir)
- internalhostname: mail.company.com
- externalhostname: mail.company.com
Do we have to do anything with the authentication of these vdirs or any other things we should know about?
Is it just Microsoft-Server-ActiveSync vdir that is special and we should set externalurl to $null?
Please advice!