How To Check Active Directory FSMO Roles

Query King | Thu, 31 Aug 2017 at 14:25 hours | Replies : 1 | Points : 50

Category : Active Directory


How to Check Active Directory FSMO Roles. Please suggest some commands.


This Question is already solved Click To See The Answer


Hello, 

To identify/Check Active Directory FSMO Roles, you have multiple ways:

 

# Run below command on command prompt.

     NETDOM QUERY FSMO

 

# OR Run below command on command prompt.

   ntdsutil
roles
connections
connect to server DC-name
quit
select operation target
list roles for connected server

After verification, Type quit until you have exited from Ntdsutil

 

# OR Run dcdiag /test:knowsofroleholders /v command on command prompt.

 

Hope it helps you.