Question
1
Sign in to vote
Hello,
Is there some command in DOS or PowerShell to quickly determine where are FSMO roles in AD?
Thank you.
Monday, September 10, 2012 5:33 AM
Reply | Quote |
ChristianGomez19805 Points
Answers
2
Sign in to vote
Hi Christian!
Try this:
netdom query fsmo
Regards!
Pablo Ariel Di Loreto
IT Consultant
This posting is provided “AS IS” with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!
Marked as answer by ChristianGomez1980 Monday, September 10, 2012 5:41 AM
Monday, September 10, 2012 5:37 AM
Reply | Quote |
Pablo Ariel Di LoretoAlgeiba IT (Partner) 4,340 Points
1
Sign in to vote
Christian!
Netdom is a command-line tool that you can use from CMD (and will work from PowerShell too).
Please see: http://technet.microsoft.com/en-us/library/cc835089(v=ws.10).aspx
Regards!
Pablo Ariel Di Loreto
IT Consultant
This posting is provided “AS IS” with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!
Marked as answer by ChristianGomez1980 Monday, September 10, 2012 5:52 AM
Monday, September 10, 2012 5:48 AM
Reply | Quote |
Pablo Ariel Di LoretoAlgeiba IT (Partner) 4,340 Points
1
Sign in to vote
You can simply open cmd and execute the command netdom query fsmo this will list the FSMO role holder server.You can also check the same from GUI or ntdsutil.See below link how to check the same.
http://www.petri.co.il/determining_fsmo_role_holders.htm
FSMO Roles and PowerShell
Best Regards,
Sandesh Dubey.
MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator | My Blog
Disclaimer: This posting is provided “AS IS” with no warranties or guarantees , and confers no rights.