How to check which Domain Controller holds the FSMO role in Active Directory
This tutorial illustrates how to test the FSMO role in Server 2016. The 5 FSMO roles in Active Directory include:
- RID Master
- PDC Emulator Master
- Infrastructure Master
- Domain Naming Master
- Schema Master
Steps to examine the FSMO role in Server 2016
Here are the steps to check which Domain Controller holds one of the FSMO roles above:
1. Check which DC holds the RID, PDC, and Infrastructure Master roles
Here are the steps to test the Domain Controller holds the RID, PDC, and Infrastructure Master roles:
Log in to the Domain Controller and open Server Manager.
From Server Manager , click Tools. Then select Active Directory Users and Computers .
When Active Directory Users and Computers opens, right-click on the AD domain name. Then click Operations Masters…
Operations Masters has 3 tabs. The first is the RID. On this tab, you will see the DC holds this FSMO role. In this example, it is DCSRV1. To test the DC holding the PDC and Infrastructure roles, click on the remaining tabs.
2. Verify that the Domain Controller holds the FSMO role of Master Naming Master
To verify that the Domain Controller has the FSMO role Master Naming Master:
From Server Manager , click on T o ols. Then select Active Directory Domains and Trusts .
When AD Domains and Trusts opens, right-click on Active Directory Domains and Trusts for your domain. Then click Operations Master .
The DC holding this role will be displayed.
3. Check the DC holding the Schema Master role
Testing the DC holding the Schema Master role is not that simple. Here are the steps to do (take actions from DC):
From the Command Prompt, enter the command below. Then press Enter:
regsvr32 schmmgmt.dll
The registration order for the AD Schema snap-in. In the next steps, you will open the AD schema in the MMC, and then watch the DC hold the Schema Master role.
To open MMC, press Windows + R . This will open the Run command .
At Run , type MMC. Then click OK.
At MMC , click File and select Add / Remove Snap-in…
Locate and highlight Active Directory Schema . Then click Add> OK .
Under Console Root , click Active Directory Schema [] . Then right click on it and choose Operations Master .
DC holding the FSMO role Schema Master will appear!
4. Check with the NTDSUtil command
You can also test the DCs holding the FSMO roles with the NTDSUtil command line tool. Here are the steps to take:
Log in to DC in the domain. Then, open Command Prompt.
At the Command Prompt , enter the following commands in order. Press Enter to execute each command.
NTDSUtil Roles Connections Connect to Server
Replace with the name of the Domain Controller for which you want to list the FSMO roles.
q Select Operation target list roles for connected server
The last command will list all the roles held by the server you are connected to using the command 'Connect to Server' .
Regardless of the reason you want to determine which Domain Controller holds the FSMO role in the network, this tutorial should help as well.
Good luck!
You should read it
- Working with the Domain Controller Diagnostic Utility - Part 1
- How to install Active Directory on Windows Server 2019
- How to Back Up Active Directory in Windows
- Instructions for creating a Domain Controller - DC on Windows Server 2012
- Fix Windows error that cannot connect to domain
- Restore deleted components in Active Directory
- Change the 'life cycle' of tombstone objects in Active Directory
- Prevent deleting data in Windows Server 2003 Active Directory
May be interested
- Fix the problem when removing Windows Server 2008 Server Core from the domainin the following article, we will show you how to handle and fix errors when removing windows server 2008 r2 server core from the domain system. the case here is that both core and domain controller (dc) systems are virtual machines, when the user tries to switch dc to the state of the previous snapshot, but the core part cannot access the data source on the dc. ...
- How to join Azure Active Directory domain (ADD) on Windows 10in this tutorial, you will learn how to add an azure active directory domain (add) on a windows 10 computer.
- Network basics: Part 9 - Information about Active Directoryin the last part of this article series, i have talked about active directory and how it works with network domain controllers. in this section, we will continue to introduce it to you
- Top 10 security settings after installing Active Directoryinstalling active directory is not too difficult, but once you have installed it, there is quite a bit of work to do. the first thing in active directory configuration is its security settings. there are many areas you need to consider and many settings need to be changed in preparation for protecting actions in the starboard
- Working with the Domain Controller Diagnostic Utility - Part 6in this section, i will show you the remaining tests that can be performed on the domain controller.
- Deploy Domain System On Windows Server 2003 Active Directorywindows server 2003 is the most complete network operating system available today, we can use windows server 2003 to deploy user and resource management domain systems for a company or build powerful web servers, organize file server to store data, provide services for users ...
- Working with the Domain Controller Diagnostic Utility - Part 3in this article, i will continue the discussion by showing you how to work with the domain controller diagnostic utility by examining some tests.
- How to Enable Active Directory in Windows 10this wikihow teaches you how to install active directory on a windows 10 pc. you must be using windows 10 professional or enterprise to install active directory.https://www.technipages.com/windows-install-active-directory-users-and-compu...
- Working with the Domain Controller Diagnostic Utility - Part 4in this article, i will show you some more tests that can be performed on the domain controller diagnostic tool.
- Working with the Domain Controller Diagnostic Utility - Part 5in this article, i will show you some of the tests that you can perform with the domain controller diagnostic utility.