0%

0/1 Lessons

Course Introduction

• 1min

0 / 1 lessons complete

Getting Started with Active Directory Domain Services

• 52min

0 / 6 lessons complete

Introduction to Active Directory Users & Computers

• 1hr 27min

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

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

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

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

4 4 votes
Lesson Rating
Subscribe
Notify of
profile avatar
17 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
Sascha W(@sascha-wesling)
Member
1 year 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
1 year 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
Reply to  zeins
1 year 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

profile avatar
pauls9(@pauls9)
Member
Reply to  zeins
2 months ago

I agree Zeins. I initially enjoyed this course and it seemed a well structured system to build knowledge. However, what are FSMOs !! The jump in levels is really poor. Was going well to this point and now I’m thinking WHAT IS GOING ON

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  pauls9
2 months ago

We understand that it can be overwhelming when the course introduces new and complex topics like FSMOs, especially if the students feel the transition isn’t smooth. Let me take a moment to make things clearer:

The introduction of a secondary domain controller to the domain allows certain redundancy of these critical roles and services. We’ve touched on what these roles do in the previous lesson. The goal now is to move one of these roles to the new server. This isn’t just a one-time thing – you can move all the FSMO roles if needed, which is especially useful if one of your domain controllers goes offline, but we are explaining and doing one here. Having other servers ready with these roles means we don’t lose critical functionality. The use case for each FSMO role can vary depending of the environment and can be complicated explaining these reasons, so we explain only one.

Now, recovering these roles if something goes wrong is a complicated process. We haven’t gone into all the details because it’s quite advanced and could be a whole course by itself so we stop here with the basics and jump to a different topic like backups.

profile avatar
pauls9(@pauls9)
Member
Reply to  Ricardo P
2 months ago

It’s just that FSMOs were thrown straight at us. No explanation about what they are or what they do. It’s advanced like you say but to not even try to explain their purpose in a basic way is pretty poor at this stage of learning

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  pauls9
2 months ago

Thank you for your feedback, we’ll make sure to send your comments to Paul for the review of the material.

profile avatar
Beno Tsintsadze(@beno-tsintsadze)
Member
1 year ago

if we only need to transfer RID,PDC, or infrastructure, im assuming the only part that is needed prior is to register via the command?

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Beno Tsintsadze
1 year ago

Hi profile avatar Beno Tsintsadze

Exactly, register via the command, and you move only the roles you need to move.

Ricardo

profile avatar
michaelp5(@michaelp5)
Member
1 year ago

I was a little confused about Transferring FSMO but after rewatching the video, I now understand it and can complete the final assessment.