Blog

Migrate Windows Server 2012 FSMO Roles to a different Server

Launch the Windows PowerShell as an Administrator and use: Move-ADDirectoryServerOperationMasterRole -Identity [Target DC] -OperationMasterRole 0,1,2,3,4 Where: 0 = PDC Emulator 1 = RID Master 2 = Infrastructure Master 3 = Schema Master 4 = Domain Naming Master Use: "NETDom Query FSMO" to see which server has which role.
more