In this article, we are going to discuss an Exchange environment post Microsoft Exchange 2010 to 2016 migration. We have added a new server to our domain to act as the 2016 server, none of the domain names, certificates or external access URLs will change.

The basic steps to the migration are:

  1. Exchange Server Sizing
  2. Meeting Exchange Server Requirements
  3. Installing Exchange Server
  4. Configure Exchange Server
  5. Setting up co-existence
  6. Migrating Mailboxes
Exchange Server Sizing

You already know roughly the performance requirements of your existing 2010 server - take these numbers, CPU, RAM, Disk space, increase them enough to cover any new mailboxes you might expect over the next year.

If you are currently having performance issues with your Exchange 2010 I would recommend using the role requirements calculator from Microsoft to work out what you should be having -
https://gallery.technet.microsoft.com/office/Exchange-2013-Server-Role-f8a61780

This is also your time to think about quotas, make sure you have the disk space and the disk space for backups of your total quotas. If you don’t consider reducing them. Now’s also a good time to think about your disk layout.

Consider separating the windows volume, exchange logs and the exchange database onto separate drives.

Meeting Exchange Server Requirements

Now that you have your new server with the correct resources you need to prepare it for Exchange 2016.

  • Full Windows Server 2012 onwards, don’t use server core, yep 2008 R2 isn’t supported.
  • At least .Net 4.5.2 (Just use the latest)
  • Exchange 2010 needs to be updated to SP3 Update Rollup 11
  • Atleast Outlook 2010 SP2 with KB2956191 and KB2965295
  • AD Functional level 2008 or above

Once all of these are ready it’s time to install Exchange 2016.

Installing Exchange 2016

Download the latest version of Exchange 2016 available to you, the RTM version doesn’t actually work on Server 2016. We will mostly be using the command line and default settings to set things up, this just makes It easier for you to follow!

Change directory to the exchange download location and then

  1. Prepare the AD Schema
    setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
  2. Update AD With the new Exchange objects
    setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms
  3. Prepare the Domain (You have to do this for each domain that you have)
    setup.exe /PrepareDomain /IAcceptExchangeServerLicenseTerms
  4. Install Exchange on this server
    setup.exe /Mode:Install /Roles:Mailbox /IAcceptExchangeServerLicenseTerms
  5. Reboot the server

Exchange should now be installed. Move onto to the next step to set everything up.

Configure Exchange Server
  1. Test that everything is OK by logging into to ECP, In a browser browse to https://servername/ECP
  2. Update the Service Connection Point in AD. Make sure that this points towards your intended (Likely existing) autodiscover url e.g.
    autodiscover.domain.com/autodiscover/autodiscover.xml (Later on we will point this name at the new exchange server)
  3. Export your public ssl from the old Exchange server. To this
    1. Open Exchange 2010 Management console
    2. Go to Server configuration
    3. Click on the server
    4. Select the correct SSL Certificate
    5. Click Export Exchange Certificate.
    6. Save the PFX file in a location that is available to the new server, give the certificate a password.
  4. Import the public ssl onto the new server
    1. Login to the EAC
    2. Browse to Servers > Certificates
    3. From the ellipses (…) select Import Exchange Certificate
    4. Put in the UNC path of the PFX file and the password.
    5. Click Next
    6. Click Finished
    7. Click on the Certificate, Select Edit
    8. Enable the Certificate for IIS (Autodiscover)
    9. Click Save
  5. Restart IIS to apply the certificate. You can verify it by running:
    iisreset /noforce
  6. Open the Exchange Management Shell and use the following script to set all of your Exchange 2016 URLS
    $Server = “ServerName”
    $HTTPS_FQDN = “mail.domain.com”
    Get-OWAVirtualDirectory - Server $Server | Set-OWAVirtualDirectory -
    InternalURL “https:// $( $HTTPS_FQDN ) /owa” -ExternalURL
    “https:// $( $HTTPS_FQDN ) /owa”
    Get-ECPVirtualDirectory -Server $Server | Set-ECPVirtualDirectory -
    InternalURL “https:// $( $HTTPS_FQDN ) /ecp” -ExternalURL
    “https:// $( $HTTPS_FQDN ) /ecp”
    Get-OABVirtualDirectory -Server $Server | Set-OABVirtualDirectory -
    InternalURL “https:// $( $HTTPS_FQDN ) /oab” -ExternalURL
    “https:// $( $HTTPS_FQDN ) /oab”
    Get-ActiveSyncVirtualDirectory -Server $Server | Set-
    ActiveSyncVirtualDirectory
    -InternalURL
    “https:// $( $HTTPS_FQDN ) /Microsoft-Server-ActiveSync” -ExternalURL
    “https:// $( $HTTPS_FQDN ) /Microsoft-Server-ActiveSync”
    Get-WebServicesVirtualDirectory -Server $Server | Set-
    WebServicesVirtualDirectory
    -InternalURL
    “https:// $( $HTTPS_FQDN ) /EWS/Exchange.asmx” -ExternalURL
    “https:// $( $HTTPS_FQDN ) /EWS/Exchange.asmx”
    Get-MapiVirtualDirectory -Server $Server | Set-MapiVirtualDirectory -
    InternalURL
    “https:// $( $HTTPS_FQDN ) /mapi” -ExternalURL
    https:// $( $HTTPS_FQDN ) /mapi
  7. Review your Exchange Database settings, make sure you create your databases based on your disk configuration. I won’t walk you through this as this will be very speicifc to your organisation.
Setting up Co-Existence

Now we have out Exchange server setup it’s time to link to the new server to the old.

  1. Point all of your external DNS Records for email to the new Exchange Server, update any firewall rules. Mail will now flow into the new Server and then into your old one.
  2. Remove the ExternalURL Value from the old Exchange server.
  3. Point any internal email related Exchange Records to the new server.
Migrate the Mailboxes

I would recommend that you migrate users in test batches first but the process to migrate users is simple.

  1. Login to the Exchange 2016 EAC.
  2. From the Recipients Page, go to Migration.
  3. Select Move to a Different Database.
  4. Select any users from the list that you want to migrate.
  5. Click on Next.
  6. Click Finish.
  7. You’ll now have to wait a short while the mailboxes migrate.

Once you are happy with your test run migrate the rest of the mailboxes. Users will get a prompt saying

"Your administrator has made a change to your mailbox, please close and re-open outlook"

And that’s it. Exchange 2010 to 2016 migration completed.

The Best Method to migrate Exchange/Office 365

Kernel Migration for Exchange is an advanced solution for migration from Exchange/Office 365 to Exchange/Office 365 in all types of environments. Exchange Migration tool has all the features for smooth and hassle-free migration – Pre-Migration Analyzer, Load Sharing Agents, Alerts/Notifications, Report Console, Mapping, Smooth Co-existence, and many more.

The Pre-Migration feature will help you to deduct the time required to migrate your mailboxes and public folders. Load sharing feature will allow you to share the migration load with the network computers. With mapping, you can map your source mailboxes with the target mailboxes. Synchronization feature helps you in updating the source and target environments with the new changes. Alerts/Notifications will keep you informed of the migration progress, and the Report Console will keep you in command of the migration. Also, it has a very intuitive and easy to use interface. Simply, this is the best tool for the migration from Exchange to Office 365.