EN 
13.06.2026 Antonín WELCOME IN MY WORLD

This website is originally written in the Czech language. Most content is machine (AI) translated into English. The translation may not be exact and may contain errors.

Tento článek si můžete zobrazit v originální české verzi. You can view this article in the original Czech version.
Exchange Server 2016 přechod z verze 2010

Exchange Server 2016 migration from version 2010

| Petr Bouška - Samuraj |
In previous articles we have discussed the different areas of migrating from an older version of Exchange Server to a new one. Now we will bring everything together for a comprehensive (but concise) migration procedure. The basic idea of migrating from Exchange Server 2010 to 2016 is pretty simple, but the more complex the environment, the more challenging the migration. We install new servers into an existing organization. On them we will create databases, configure services and move mailboxes. The migration can be done on the fly, when the coexistence of the old and new versions will work for some time.
displayed: 10 705x (9 014 CZ, 1 691 EN) | Comments [2]

This article is part of a series based on my notes during the migration of an Exchange organization from version 2010 to 2016. This is not a complete procedure, but a description of the main points and areas. The examples relate to a specific design, but can usually be generalized. Similarly, although this is a description of a migration, the information is also suitable for a new installation or administration.

The official Exchange Server documentation is quite good and contains a lot of information. Some things are just harder to find, and others are constantly repeated (we also run into errors or inaccuracies). It's a pity that the migration process is not described there. One mention is What's new when upgrading from Exchange 2010 to Exchange 2016 RTM?

The exact details of the migration depend on the topology and configuration. The description here reflects a situation where we have three Exchange Server Enterprise 2010 SP3 RU17 servers, running on Windows Server 2008 R2 in an AD DS functional level of Windows Server 2012 R2. They are located in two sites and use a DAG. The new servers are Exchange Server Enterprise 2016 CU11 on Windows Server 2016. The Exchange 2016 Edge Transport server is not used.

On the Internet, we can find various migration guides, some of them:

Migration Planning

At the beginning, it is advisable to have a documented current state. A network diagram and additional information in tables are helpful for an overview. We need to have an overview of the servers, addresses, DNS names, communication services running on the Exchange server, firewalls, and connectivity.

Then we need to prepare a plan for the target state and any transitional period during the migration. Again, we need to record the same data as for the current state.

It is important to record which protocols and through which domain names (addresses) clients and other mail servers will connect. How will the communication occur internally and from the internet. This area is described in the article Exchange Server 2016 Namespaces - service addresses.

It is possible that we previously used separate domain names (and possibly IP addresses) for different services, which we can now significantly consolidate (essentially) to a single common address for most services. It is also possible that internal clients previously connected directly to the addresses of the mail servers. Today (and perhaps even earlier), it is recommended to use a virtual name, a DNS record that contains the address of one or more mail servers. When we want to redirect clients to a new server, we only need to change the DNS, and we don't have to change the client configuration on the Exchange server (on the other hand, if we have a new address for the new servers that we set on them, clients will start using these servers only when the mailbox is moved).

For the internet, we may need the following DNS records:

  • A - mail.firma.cz - mail service address
  • CNAME - autodiscover.firma.cz - Autodiscover service
  • MX - firma.cz - SMTP leading to mail.firma.cz
  • TXT - firma.cz - optionally an SPF record or more

Depending on our current and planned future service addresses, we will need to perform SMTP traffic redirection and client connections to the new servers at some point. In most cases, the compatibility works in such a way that when we connect to a server with a new version of Exchange, and the mailbox is on an older version, the communication is redirected/proxied/forwarded to this server. So it works without problems. But if we connect to a server with an older version, and the mailbox is on a newer one, the communication will not reach the mailbox.

We can handle the change of communication routing in various ways. One option is to swap the IP addresses, so that the new servers get the addresses of the older servers, then we don't have to change anything. We probably control the communication from the internet on the firewall, so we can modify the rule. For internal SMTP traffic and client connections, we can modify the DNS record. If an IP address is used, we need to manually modify it. Internal client connections (and possibly external ones as well) are handled by Autodiscover, so it's about its configuration, and routing to the new server before migrating the mailboxes.

Individual Migration Steps

Below are links to articles that describe individual parts of the migration. They list the main migration steps.

Author:

Related articles:

Migrating Exchange organization 2010 to 2016

I was migrating an organization from Exchange Server 2010 to Exchange Server 2016. The whole process was quite demanding and long (it took me 4 months even with my studies). In the process, I came across a number of problems, errors and shortcomings (even in the official documentation). I am creating this series from my notes. This is not a complete guide to the transition, but highlights and mentions of issues I encountered. Individual articles describe different areas of Exchange Server 2016, so it is not only a transition from an older version, but also suitable for a new installation or administration.

Microsoft Exchange

Almost since the beginning of my practice, I have been involved in the administration of the Microsoft mail server, i.e. Exchange Server. I started with the 2003 version and worked my way up to Exchange Online. The articles cover many areas of management. Most since the migration to Exchange Server 2016 and its complete configuration. But also Exchange Hybrid and e-mail security.

If you want write something about this article use comments.

Comments
  1. [1] Roman Krutina

    Ahoj,

    není mi úplně jasná následující věc.

    Máme Exch2010 int DNS exch2010.firma.local externi DNS mail.firma.cz. Potom co nainstaluji Exch2016 exch2016.firma.local a externí bude tedy stejny mail.firma.cz naimportuji SAN certifikát - ideálně trusted kvůli mobilům, ale tam .local nedostanu ... Takže nejdříve upravit lokální adresy pro Exch2010 na mail.firma.cz?

    jaký je doporučený postup, aby došlo k minimalizaci problémů s klinety.

    Z venku je to asi jasné, na FW přesměruji MX a autodiscover na Exch 2016 a interně změním autodiscover na Exch2016 a SCP? Nebo je rozumnější vytvořit na lokálním DNS záhznam mail.firma.cz a na udělat cname na autodiscover? Jak se budou chovat staré Outlooky 2010?

    Díky moc a omlouvám se jestli jsem to napsal zmazečně

    Saturday, 31.08.2019 15:07 | answer
  2. [2] Samuraj

    respond to [1]Roman Krutina: Je strašně možností, jak to řešit. To hlavní jsem se snažil popsat, třeba i zde odkazovaném díle "Exchange Server 2016 Namespaces - adresy služeb". Uvádím tam i odkazy na oficiální MS články, kde je to podrobně popisováno.

    Certifikáty, normálně ten veřejný mám na FW, kde je publikace a na Exchange mám interní. Ale můžu i interně využívat veřejná jména a Split-Brain DNS.

    Jak se chová připojování klientů podle schránek jsem popisoval v jednotlivých dílech.

    Monday, 02.09.2019 07:31 | answer
Add comment

Insert tag: strong em link

Help:
  • maximum length of comment is 2000 characters
  • HTML tags are not allowed (they will be removed), you can use only the special tags listed above the input field
  • new line (ENTER) ends paragraph and start new one
  • when you respond to a comment, put the original comment number in squar brackets at the beginning of the paragraph (line)