Active Directory – How to Migrate to New Server

active-directorymigration

We bought new server and we want to turn our current server off. how can I restore our active directory and DHCP and DNS(current server states) to new one? we got Active Directory, DNS, DHCP.
our old server is Windows Server 2003 and the new of is Windows Server 2008

Best Answer

The short answer is that you don't "migrate". What you do is join the new server to your domain as a member server, then dcpromo it selecting "additional Domain Controller in an Existing Domain", which will replicate all of your AD objects to it. Then you can gradually transfer the FSMO roles and other services across.

You'll want to update your AD schema before doing any of this, of course.

MS have some great technical articles on these items, so start by reading up on adprep >here<, dcpromo >here<, adding an additional DC >here< and decommissioning a DC >here<.

I'm going to recommend however that you don't decommission or demote the old server. You should always have a minimum of 2 DCs on a network, and it sounds like you only have one. This is not a good position to be in, as if you lose a single DC through hardware or software failure you will completely lose all network services that depend on AD until such a time as you get an emergency restore done. So keep the old one.