Hi,
Just wanted to find a fast way to find who has some DC roles in the domain, sure there is the way to go into the MMC console but a fast way (and without the need to rdp the DC or install remote management tools) is running a nslookup query.
So, just open CMD and fill in the blanks:
Find all DC's:
nslookup -type=SRV _ldap._tcp.[your.fqdn.domain]
Find the PDC Emulator run:
nslookup -type=SRV _ldap._tcp.pdc._msdcs.[your.fqdn.domain]
Due credit for this site...
netdom /query fsmo
ReplyDelete