0%

0/1 Lessons

Course Introduction

• 2min

0 / 1 lessons complete

Getting Started with Active Directory Domain Services

• 52min

0 / 6 lessons complete

Introduction to Active Directory Users & Computers

• 1hr 24min

0 / 10 lessons complete

Adding a Second Domain Controller

• 1hr 31min

0 / 7 lessons complete

Active Directory Backups

• 1hr 24min

0 / 5 lessons complete

How to Administrate Active Directory with Windows PowerShell

• 1hr 58min

0 / 7 lessons complete

Administrating AD SS (Active Directory Sites and Services)

• 1hr 3min

0 / 5 lessons complete

Active Directory Trusts

• 54min

0 / 5 lessons complete

Modifying the Active Directory Schema

• 43min

0 / 3 lessons complete

Course Conclusion

• 2min

0 / 1 lessons complete

Transferring FSMO (Flexible Single Master Operations) Roles

Saving Progress...

In this lecture you are going to learn how to transfer FSMO roles between Domain Controllers. Please keep in mind that if you are using your work environment or network - you should NOT transfer FSMO roles unless you have a specific reason to do so. Only practice transferring FSMO roles when you are using your own lab environment or the ServerAcademy.com online IT labs.

Let’s start by transferring the Schema Master FSMO role to SADC02. To get started, log in to DC02, click the start button and search for and launch “regsvr32 schmmgmt.dll”

Once you run that command you should see the following popup:

This allows us to add the Active Directory Schema snapin to the MMC console. Next click Start and launch MMC:

Select File > Add/Remove Snap-in...

Next add the Active Directory Schema and click OK:

Right-click Active Directory Schema and select Change Active Directory Domain Controller:

To change the Schema Master to DC02, you can click Change.

Go ahead and close the window. Now click Tools > Active Directory Users and Computers:

Right-click your domain and select Operation Masters:

Here we can transfer the RID, PDC and Infrastructure roles:

If you need to move the role to another domain controller, go ahead and do that now. Next click Close to close the window then close Active Directory.

The last role is the Domain Naming Master. To change this, from Server Manager, select Tools > Active Directory Domains and Trusts.

Right click Active Directory Domains and Trusts > Operations Master:

If you want to change the Domain Naming Master click the Change button. Otherwise click Close.

Server Academy Members Only

Want to access this lesson? Just sign up for a free Server Academy account and you'll be on your way. Already have an account? Click the Sign Up Free button to get started..

3.7 3 votes
Lesson Rating
Subscribe
Notify of
3 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
profile avatar
Sascha W(@sascha-wesling)
Member
Points: 1232
5 months ago

Role transfer via Powershell is way faster and easier. Replace SDAC02 with the name of the destination server.

Move-ADDirectoryServerOperationMasterRole -Identity SDAC02 -OperationMasterRole DomainNamingMaster
Move-ADDirectoryServerOperationMasterRole -Identity SDAC02 -OperationMasterRole InfrastructureMaster
Move-ADDirectoryServerOperationMasterRole -Identity SDAC02 -OperationMasterRole PDCEmulator
Move-ADDirectoryServerOperationMasterRole -Identity SDAC02 -OperationMasterRole RIDMaster
Move-ADDirectoryServerOperationMasterRole -Identity SDAC02 -OperationMasterRole SchemaMaster
profile avatar
zeins(@zeins)
Member
Points: 292
1 month ago

Unfortunately after I paid the lessons started to be bad. Too fast there is not enough explanation. You give a lot of important information as a side note. That’s course it’s not for beginners. What is FSMO exactly? the previous lesson doesn’t give a good explanation about FSMO as well. I thought you gonna explain more about it here. If we shouldn’t transfer it, why to learn it in the first place?!
When do we need FSMO?
“This allows us to add the Active Directory Schema snapin to the MMC console” what should I understand from that what is MMC console? too bad dear.
Is there anyway to cancel the membership and get my money back?
Thanks

profile avatar
Ricardo P(@ricardop)
Admin
Power Student
Points: 40197
Reply to  zeins
1 month ago

Hi profile avatar Zein Saker

Thank you for reaching out to us and taking the time to share your concerns. I apologize if the lessons have not met your expectations and if you feel they are too fast with an insufficient explanation. Our goal is to provide high-quality education and I’m sorry that we have fallen short in your case.

Regarding your request for a refund, please email support@serveracademy.com so we can process your request.

Again, I apologize for the inconvenience and frustration caused by the issues you have encountered.

Ricardo

Ricardo