Tuesday, March 4, 2014

How-to Transfer FSMO roles using powershell


Excellent article on how to transfer FSMO roles using powershell
http://thelazyadmin.com/2013/08/managing-fsmo-roles-with-powershell/

Summary:
Netdom query fsmo
Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4

No comments: