netdom query fsmoor the painfull way:
Launch ntdsutil.exe:
rolesIn order to move FSMO roles the easy way we can use the powershell cmdlet Move-ADDirectoryServerOperationMasterRole:
connections
connect to server <your-hostname>
q
select operation target
list roles for connected server
Move-ADDirectoryServerOperationMasterRole -Identity “Target-DC” -OperationMasterRole SchemaMaster,RIDMaster,InfrastructureMaster,DomainNamingMaster,PDCEmulatorOr the traditional way using ntdsutil:
rolesand finally restart the server!
connections
connect to server <your-hostname>
q
transfer domain naming master
transfer infrastructure master
transfer PDC
transfer RID master
transfer schema master
No comments:
Post a Comment