SlideShare a Scribd company logo
1 of 5
Active Directory Domain Live Migration
from 2003 to 2012 R2...
This Post is for an Active Directory services Migration from
Windows Server 2003 to Windows Server 2012R2, these all
the Steps are used by myself for live Migration without any
Downtime.
My Present Server Form:-
Determine your Present scenario, as we have two AD Server working on Windows server
2003.
1. NS1.domain.com (Server 2003) - Domain Controller with all the FSMO Roles.
2. NS2.domain.com (Server 2003) - Another Domain Controller in the same domain.
Bullet Points for Migrations:-
1. First we will demote the server (NS2) to a member server.
2. Disjoin the member server from the domain.
3. Remove the server from the network.
4. Install and configure the ADDS and DNS Roles on NS2
5. Add this new server NS2 to Domain as an additional Domain Controller
6. Transfer the FSMO roles to new server (i.e. on NS2)
7. Now Demote the NS1.
8. Format and install Windows Server 2012R2 on NS1
9. add NS1 to Domain
10. Install and configure the ADDS and DNS Roles on NS1
11. Add this new server NS1 to Domain as an additional Domain Controller
12. Transfer FSMO Roles to NS1 server to make it Primary ADDS Server.
13. Test the Functionality/Errors via repadmin or dcdiag command.
Need to Consider:-
However, before performing such tasks, there is a little data gathering that needs to be done. we
need to note the following:
1. Is the serverthe last Domain Controller in the domain? – This means once removed,
the domain will no longer exists and any objects associated with the domain will be
deleted. (will not do this)
2. Is the serveracting as the only Global Catalog Server? – It is crucial that each domain
have at least on Global Catalog Server. So before you remove this Domain Controller,
you need to make sure that the domain contains another Global Catalog server.
3. Does the server hosts Operation Master(FSMO) roles? – It is important to note down
any FSMO roles assigned to the Domain Controller before removing it from the network.
When the server is being demoted, any FSMO roles are transferred to another Domain
Controller in the domain. Thus we need to verify if this was done correctly.
4. Does the server hosts any other Server Roles? – If the server hosts any other roles,
removing the server from the network may cause certain services to stop working. It is
important to migrate these roles any other Server Roles from the Domain Controller
before demoting the server.
Prerequisite for Migration :-
1. Take the Backup of System State via ntbackup to all the server you have as a AD
services installed.
2. Check the FSMO role, Which Server hold that roles via command line - "netdom
query fsmo" result would be like that :-
C:>netdom query fsmo
Schema owner NS1.domain.com
Domain role owner NS1.domain.com
PDC role NS1.domain.com
RID pool manager NS1.domain.com
Infrastructure owner NS1.domain.com
The command completed successfully.
So here "NS1.domain.com" having all the FSMO Roles.
for more details about FSMO Roles please refer the URL :- "https://support.microsoft.com/en-
us/kb/324801"
Plan for Migration:-
As we found the in FSMO query result, all the FSMO roles is having NS1 server so that we can
Start with NS2 Server.
Demote the Server from AD "NS2.domain.com" from the
active Directory
1. Start with DCPROMO command.
2. Do not select "this server is the last domain controller in the domain".
3. Set the new Password for the Administrator, "after remove from AD this server will act
as a member server" in existing Domain Controller.
4. Complete the Process.
5. Remove the server from Domain, as after removed the AD, the server now a member
server of Active Directory Domain Controllers.
6. Format and Install Windows Server 2012 R2.
7. Configure IP Address, Host name and add this Server to AD Domain.
8. Add Roles, Active Directory Domain Services and DNS Server.
9. Completes the Process ADDS.
10. Now this Server is a Additional Domain Controller into your Existing Forest.
FSMO Roles Transfer to this New Server (NS2)
Transfer the Schema Master Role
Use the Active Directory Schema Master snap-in to transfer the schema master role. Before you
can use this snap-in, you must register the Schmmgmt.dll file.
Register Schmmgmt.dll
1. Click Start, and then click Run.
2. Type regsvr32 schmmgmt.dll in the Open box, and then click OK.
3. Click OK when you receive the message that the operation succeeded.
Transfer the Schema Master Role
1. Click Start, click Run, type mmc in the Open box, and then click OK.
2. On the File, menu click Add/Remove Snap-in.
3. Click Add.
4. Click Active Directory Schema, click Add, click Close, and then click OK.
5. In the console tree, right-click Active Directory Schema, and then click Change Domain
Controller.
6. Click Specify Name, type the name of the domain controller that will be the new role
holder, and then click OK.
7. In the console tree, right-click Active Directory Schema, and then click Operations
Master.
8. Click Change.
9. Click OK to confirm that you want to transfer the role, and then click Close.
Transfer the Domain Naming Master Role
1. Click Start, point to Administrative Tools, and then click Active Directory Domains and
Trusts.
2. Right-click Active Directory Domains and Trusts, and then click Connect to Domain
Controller.
NOTE: You must perform this step if you are not on the domain controller to which you
want to transfer the role. You do not have to perform this step if you are already
connected to the domain controller whose role you want to transfer.
3. Do one of the following:
o In the Enter the name of another domain controller box, type the name of the
domain controller that will be the new role holder, and then click OK.
-or-
o In the Or, select an available domain controller list, click the domain controller
that will be the new role holder, and then click OK.
4. In the console tree, right-click Active Directory Domains and Trusts, and then click
Operations Master.
5. Click Change.
6. Click OK to confirm that you want to transfer the role, and then click Close.
Transfer the RID Master, PDC Emulator, and
Infrastructure Master Roles
1. Click Start, point to Administrative Tools, and then click Active Directory Users and
Computers.
2. Right-click Active Directory Users and Computers, and then click Connect to Domain
Controller.
NOTE: You must perform this step if you are not on the domain controller to which you
want to transfer the role. You do not have to perform this step if you are already
connected to the domain controller whose role you want to transfer.
3. Do one of the following:
o In the Enter the name of another domain controller box, type the name of the
domain controller that will be the new role holder, and then click OK.
-or-
o In the Or, select an available domain controller list, click the domain controller
that will be the new role holder, and then click OK.
4. In the console tree, right-click Active Directory Users and Computers, point to All
Tasks, and then click Operations Master.
5. Click the appropriate tab for the role that you want to transfer (RID, PDC, or
Infrastructure), and then click Change.
6. Click OK to confirm that you want to transfer the role, and then click Close.
Check the FSMO roles on New server (NS2) with command
if all have been Transferred successfully.
C:>netdom query fsmo
Schema owner NS2.domain.com
Domain role owner NS2.domain.com
PDC role NS2.domain.com
RID pool manager NS2.domain.com
Infrastructure owner NS2.domain.com
The command completed successfully.
So here "NS2.domain.com" having all the FSMO Roles.
So Now we are good to go to do the Same Steps with NS1 to Demote it and Promote after a
Fresh installation of Windows Server 2012 R2.
After a Fresh Installation of NS1 we can transfer all the FSMO roles with the help of the same
steps as we did for NS2 to this NS1 Server to keep this server as a Primary Domain or ADDS
server.
Check the FSMO roles on New server (NS1) with command if all have been
Transferred successfully.
C:>netdom query fsmo
Schema owner NS1.domain.com
Domain role owner NS1.domain.com
PDC role NS1.domain.com
RID pool manager NS1.domain.com
Infrastructure owner NS1.domain.com
The command completed successfully.
So here "NS1.domain.com" having all the FSMO Roles.
After ADDS Migration Server Form :-
After Successfully Migration our Server Farm would be...
1. NS1.domain.com ( Windows Server 2012R2 ) - Domain Controller with all the FSMO
Roles.
2. NS2.domain.com (Windows Server 2012R2 ) - Another Domain Controller in the same
domain.
All the steps are done by me, and listed all the major Points here in this post, although if found
inexactitudes, please do let me know.
your valuable suggestions are always welcomed !!!
Thanks !!!
Manish Sharma
Skype - ctrlasol
Mob - +91.95840.91000
Manish.sharma3@yahoo.com

More Related Content

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Featured

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software
 

Featured (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

Active directory domain live migration from 2003 to 2012 r2

  • 1. Active Directory Domain Live Migration from 2003 to 2012 R2... This Post is for an Active Directory services Migration from Windows Server 2003 to Windows Server 2012R2, these all the Steps are used by myself for live Migration without any Downtime. My Present Server Form:- Determine your Present scenario, as we have two AD Server working on Windows server 2003. 1. NS1.domain.com (Server 2003) - Domain Controller with all the FSMO Roles. 2. NS2.domain.com (Server 2003) - Another Domain Controller in the same domain. Bullet Points for Migrations:- 1. First we will demote the server (NS2) to a member server. 2. Disjoin the member server from the domain. 3. Remove the server from the network. 4. Install and configure the ADDS and DNS Roles on NS2 5. Add this new server NS2 to Domain as an additional Domain Controller 6. Transfer the FSMO roles to new server (i.e. on NS2) 7. Now Demote the NS1. 8. Format and install Windows Server 2012R2 on NS1 9. add NS1 to Domain 10. Install and configure the ADDS and DNS Roles on NS1 11. Add this new server NS1 to Domain as an additional Domain Controller 12. Transfer FSMO Roles to NS1 server to make it Primary ADDS Server. 13. Test the Functionality/Errors via repadmin or dcdiag command. Need to Consider:- However, before performing such tasks, there is a little data gathering that needs to be done. we need to note the following: 1. Is the serverthe last Domain Controller in the domain? – This means once removed, the domain will no longer exists and any objects associated with the domain will be deleted. (will not do this)
  • 2. 2. Is the serveracting as the only Global Catalog Server? – It is crucial that each domain have at least on Global Catalog Server. So before you remove this Domain Controller, you need to make sure that the domain contains another Global Catalog server. 3. Does the server hosts Operation Master(FSMO) roles? – It is important to note down any FSMO roles assigned to the Domain Controller before removing it from the network. When the server is being demoted, any FSMO roles are transferred to another Domain Controller in the domain. Thus we need to verify if this was done correctly. 4. Does the server hosts any other Server Roles? – If the server hosts any other roles, removing the server from the network may cause certain services to stop working. It is important to migrate these roles any other Server Roles from the Domain Controller before demoting the server. Prerequisite for Migration :- 1. Take the Backup of System State via ntbackup to all the server you have as a AD services installed. 2. Check the FSMO role, Which Server hold that roles via command line - "netdom query fsmo" result would be like that :- C:>netdom query fsmo Schema owner NS1.domain.com Domain role owner NS1.domain.com PDC role NS1.domain.com RID pool manager NS1.domain.com Infrastructure owner NS1.domain.com The command completed successfully. So here "NS1.domain.com" having all the FSMO Roles. for more details about FSMO Roles please refer the URL :- "https://support.microsoft.com/en- us/kb/324801" Plan for Migration:- As we found the in FSMO query result, all the FSMO roles is having NS1 server so that we can Start with NS2 Server. Demote the Server from AD "NS2.domain.com" from the active Directory 1. Start with DCPROMO command. 2. Do not select "this server is the last domain controller in the domain". 3. Set the new Password for the Administrator, "after remove from AD this server will act as a member server" in existing Domain Controller. 4. Complete the Process.
  • 3. 5. Remove the server from Domain, as after removed the AD, the server now a member server of Active Directory Domain Controllers. 6. Format and Install Windows Server 2012 R2. 7. Configure IP Address, Host name and add this Server to AD Domain. 8. Add Roles, Active Directory Domain Services and DNS Server. 9. Completes the Process ADDS. 10. Now this Server is a Additional Domain Controller into your Existing Forest. FSMO Roles Transfer to this New Server (NS2) Transfer the Schema Master Role Use the Active Directory Schema Master snap-in to transfer the schema master role. Before you can use this snap-in, you must register the Schmmgmt.dll file. Register Schmmgmt.dll 1. Click Start, and then click Run. 2. Type regsvr32 schmmgmt.dll in the Open box, and then click OK. 3. Click OK when you receive the message that the operation succeeded. Transfer the Schema Master Role 1. Click Start, click Run, type mmc in the Open box, and then click OK. 2. On the File, menu click Add/Remove Snap-in. 3. Click Add. 4. Click Active Directory Schema, click Add, click Close, and then click OK. 5. In the console tree, right-click Active Directory Schema, and then click Change Domain Controller. 6. Click Specify Name, type the name of the domain controller that will be the new role holder, and then click OK. 7. In the console tree, right-click Active Directory Schema, and then click Operations Master. 8. Click Change. 9. Click OK to confirm that you want to transfer the role, and then click Close. Transfer the Domain Naming Master Role 1. Click Start, point to Administrative Tools, and then click Active Directory Domains and Trusts. 2. Right-click Active Directory Domains and Trusts, and then click Connect to Domain Controller. NOTE: You must perform this step if you are not on the domain controller to which you want to transfer the role. You do not have to perform this step if you are already connected to the domain controller whose role you want to transfer.
  • 4. 3. Do one of the following: o In the Enter the name of another domain controller box, type the name of the domain controller that will be the new role holder, and then click OK. -or- o In the Or, select an available domain controller list, click the domain controller that will be the new role holder, and then click OK. 4. In the console tree, right-click Active Directory Domains and Trusts, and then click Operations Master. 5. Click Change. 6. Click OK to confirm that you want to transfer the role, and then click Close. Transfer the RID Master, PDC Emulator, and Infrastructure Master Roles 1. Click Start, point to Administrative Tools, and then click Active Directory Users and Computers. 2. Right-click Active Directory Users and Computers, and then click Connect to Domain Controller. NOTE: You must perform this step if you are not on the domain controller to which you want to transfer the role. You do not have to perform this step if you are already connected to the domain controller whose role you want to transfer. 3. Do one of the following: o In the Enter the name of another domain controller box, type the name of the domain controller that will be the new role holder, and then click OK. -or- o In the Or, select an available domain controller list, click the domain controller that will be the new role holder, and then click OK. 4. In the console tree, right-click Active Directory Users and Computers, point to All Tasks, and then click Operations Master. 5. Click the appropriate tab for the role that you want to transfer (RID, PDC, or Infrastructure), and then click Change. 6. Click OK to confirm that you want to transfer the role, and then click Close. Check the FSMO roles on New server (NS2) with command if all have been Transferred successfully. C:>netdom query fsmo Schema owner NS2.domain.com Domain role owner NS2.domain.com PDC role NS2.domain.com RID pool manager NS2.domain.com Infrastructure owner NS2.domain.com The command completed successfully. So here "NS2.domain.com" having all the FSMO Roles.
  • 5. So Now we are good to go to do the Same Steps with NS1 to Demote it and Promote after a Fresh installation of Windows Server 2012 R2. After a Fresh Installation of NS1 we can transfer all the FSMO roles with the help of the same steps as we did for NS2 to this NS1 Server to keep this server as a Primary Domain or ADDS server. Check the FSMO roles on New server (NS1) with command if all have been Transferred successfully. C:>netdom query fsmo Schema owner NS1.domain.com Domain role owner NS1.domain.com PDC role NS1.domain.com RID pool manager NS1.domain.com Infrastructure owner NS1.domain.com The command completed successfully. So here "NS1.domain.com" having all the FSMO Roles. After ADDS Migration Server Form :- After Successfully Migration our Server Farm would be... 1. NS1.domain.com ( Windows Server 2012R2 ) - Domain Controller with all the FSMO Roles. 2. NS2.domain.com (Windows Server 2012R2 ) - Another Domain Controller in the same domain. All the steps are done by me, and listed all the major Points here in this post, although if found inexactitudes, please do let me know. your valuable suggestions are always welcomed !!! Thanks !!! Manish Sharma Skype - ctrlasol Mob - +91.95840.91000 Manish.sharma3@yahoo.com