Quickie: List FSMO roles from command line
August 15th, 2013
2 comments
I always don’t remember commands to list all FSMO roles in domain so I decided to take a quick note into my diary 🙂 :
- Connect to domain controller
-
run ntdsutil
- write roles
- write connections
- write connect to server SERVER_NAME
- write q
- write select operation target
- write list roles for connected server
More sexy command is
netdom query /domain:DOMAIN_NAME fsmo
and viola. I know it’s dummy post, but I had to wrote it down 🙂
Recent Comments