Explanation/Reference:
Explanation:
There are 3 ways of transferring FSMO roles:
Using graphical user interface available on a DC or any server/workstation with Administrative Tools /

Remote Server Administration Tools installed.
Using the command-line tool called ntdsutil.

Using the PowerShell cmdlet Move-ADDirectoryServerOperationMasterRole.

However, we need to seize the RID role and thus must use the Force parameter.
References:
http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-with-powershell/
https://docs.microsoft.com/en-us/powershell/module/addsadministration/move- addirectoryserveroperationmasterrole?view=win10-ps
http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-gui/
http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-command-line/