Link to home
Start Free TrialLog in
Avatar of Tim Lewis
Tim LewisFlag for United States of America

asked on

Moving AD roles from 2008 R2 to 2012 R2

Hello,

What are the steps that I need to do in order to move the AD roles of 2008 R2 domain controllers to Server 2012 R2 Domain controllers?   I already have a mixed environment of 2008 R2 DC's and 2012 DC's.  The one thing I am not sure of when I read about it is the domain and forest prep since I am already running 2012 Dc's.  If I check in Regedit the schema version shown on 2008 and 2012 is showing version 69 so I believe that step is already done.   Would I just need to move the roles now and everything should be good to go? Functional level is currently 2008 R2.
ASKER CERTIFIED SOLUTION
Avatar of Daryl Ponting
Daryl Ponting
Flag of United Kingdom of Great Britain and Northern Ireland 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
You can move them all in one go with the following PowerShell cmdlet:

Move-ADDirectoryServerOperationMasterRole “2012dcname” –OperationMasterRole 0,1,2,3,4

Open in new window