March 14, 2013Published by jeremy.whittaker at March 14, 2013How to use Powershell to transfer the FSMO roles to a Windows Server 2012Transferring the FSMO roles to a 2012 using Powershell is relatively easy. The command is as follows. Move-ADDirectoryServerOperationMasterRole Identity “ServerName” OperationMasterRole 0 1 2 3 […]