Book Image

Instant Migration from Windows Server 2008 and 2008 R2 to 2012 How-to

By : Santhosh Sivarajan
Book Image

Instant Migration from Windows Server 2008 and 2008 R2 to 2012 How-to

By: Santhosh Sivarajan

Overview of this book

Migrating to a new server involves a lot of decision making and planning. Windows Server 2012 comes with exciting new features and ease of use. This book will help you migrate to your new server in no time. "Instant Migration from Windows Server 2008 and 2008 R2 to 2012 How-to" provides you with many practical and real world scenarios in a step-by-step guide. It is designed to lead you through the entire process of migration.Beginning with an introduction to Windows Server 2012, the author then takes you through the installation and configuration of the server, before continuing on to migrate the existing services to Windows Server and how to decommission old servers. The ‚Äúhow-to‚Äù migration scenarios described are based on the author's own field experiences, guaranteeing real-world solutions. The scenarios include Active Directory, enabling a Remote Desktop, Print Server, and Hyper-V migration details. From the planning to  theimplementation phase, "Instant Migration from Windows Server 2008 and 2008 R2 to 2012 How-to" is your comprehensive guide for completing migration solutions.
Table of Contents (7 chapters)

Decommissioning old domain controllers (Must know)


Before you can decommission the old domain controllers, you will need to make sure that no other servers or equipment are statically configured to use this server as the DNS server. If so, the DNS IP address needs to be updated with the IP address of the new Windows Server 2012 Domain Controller. The DCPROMO command can be used to remove the existing domain controllers from Active Directory.

How to do it...

  1. Log on to the existing domain controller. From the Run window, type DCPROMO.

  2. Click on Next on the Welcome to the Active Directory Domain Services Installation Wizard page.

  3. If the domain controller is a Global Catalog server, a warning message will appear. Click on OK.

  4. In the Delete the Domain window, click on Next. Do NOT select the Last Domain Controller in the Domain option.

  5. Click on Next on the Remove DNS Delegation window.

  6. It will prompt you for administrative credentials to remove the DNS delegation.

  7. In the Summary window, click on Next to continue the domain controller demotion process.

  8. In the Completing the Active Directory Domain Services Installation Wizard window, click on Finish.

How it works...

After the reboot, this server will be a member server in the Active Directory domain. The Active Directory Domain Services role can be uninstalled from this server at this point. The failed or orphaned domain controllers should be removed from the Active Directory database using the NTDSUtil utility. This process is called metadata cleanup.