I know how to find what Domain Controller's have roles using the GUI tools in windows, now I'm trying to make sure I can do it from the command line. Below is what I'm trying but its not working -- I believe I'm missing a port number.. but what is the default port number?

PS C:\Users\Administrator> ntdsutil
C:\Windows\system32\ntdsutil.exe: roles
fsmo maintenance: connections
server connections: mydc.fqdn.dom
Error parsing Input - Invalid Syntax.
server connections:

I'm pretty sure the syntax is supposed to be

PS C:\Users\Administrator> ntdsutil
C:\Windows\system32\ntdsutil.exe: roles
fsmo maintenance: connections
server connections: mydc.fqdn.dom:port
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Great article that lists several methods to get your FSMO details

link|improve this answer
fantastic -- Thanks! – GNUix Jun 10 '09 at 12:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.