5 FSMO roles? Oh, no. There are Hidden FSMO roles that they don’t tell you about! They don’t want you to know about these until you run into a problem! There are really 7 FSMO Roles to know about.
Have you even been unable to demote a domain controller? It tells you that it can’t determine the fSMORoleOwner – even though a netdom query FSMO returns all 5 roles?
You may also get: “The Directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles”
Well, there are two hidden roles: CN=Infrastructure,DC=ForestDnsZones and CN=Infrastructure,DC=DomainDnsZones
So, the next time you are transferring FSMO roles, you need to move these two as well – before you Decom the old Role Holder!
Run adsi edit as admin.
Right click on ADSI Edit, select Connect to the naming context
Click and expand the new “Default naming context” – click on the connection point, move to the right column and click Infrastructure:
Right click and select properties or double click to edit.
Scroll to fSMORoleOwner
You may see something like : CN=NTDS Settings\0ADEL:aae73bb2-d552-4b61-a6e0-7ce4e09dcc47,CN=oldservername\0ADEL:234e4831-f988-4c2a-a1ca-db0f8b2643d8
This is an already decommed DC that never got the fSMO role moved.
Double click to edit. Change the CN to match your normal FSMO role holder. You can copy the fSMORoleOwner from the original “Default naming context” section – which is DC=yourdomain,DC=tld”
Repeat for naming context “DC=ForestDnsZones,DC=yourdomain,DC=tld”
The fSMORoleOwner in each of the three “Infrastructure” sections should match.