@syko24 said in Move FSMO Roles Using PowerShell | Active Directory Domain Controller AD DC:
I'm a fan of the one liner assuming you are transferring all roles to the same DC.
Move-ADDirectoryServerOperationMasterRole -Identity "DC-Server" -OperationMasterRole 0,1,2,3,4 0: PDCEmulator 1: RIDMaster 2: InfrastructureMaster 3: SchemaMaster 4: DomainNamingMaster
Me too. This is what I normally use. SOOOO helpful.
Not sure why powershell made it so complicated to find who has the roles.
netdom query fsmo was so easy.