Link to home
Start Free TrialLog in
Avatar of Robert-Prodigy
Robert-ProdigyFlag for Israel

asked on

FSMO server died and need to move FSMO to another server

Hi Experts,
Our FSMO server died and we need to move the FSMO to another server.
How to do it ? please send us instructions.

Thanks
Avatar of cwstad2
cwstad2
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi what OS are you using?
ASKER CERTIFIED SOLUTION
Avatar of Mohammed Khawaja
Mohammed Khawaja
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the short of it after confirming that the current FSMO role server will not be brought back without OS reinstall,
ntdsutil is the command to use to seize.
Depending on how many DCs you have, and which DC you want to make the master.
login into that system, use ntdsutil as referenced by Mohammed  and Lee.
a
Make sure to list the roles first to confirm you only seizing those roles from the dead server and not grabbing an assortment that might lead to invalidating one or more functional DC that has/have one of the roles, RID master, FSMO, SCHEMA master, etc.
Run from Domain controller

Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -force

Open in new window


Refer http://thelazyadmin.com/2013/08/managing-fsmo-roles-with-powershell/