7

Trying to upgrade Windows Server from 2008 R2 to 2012. On compatibility check throwing an error

Active Directory on this domain controller does not contain Windows Server 2012
ADPREP /FORESTPREP updates. See http://go.microsoft.com/fwlink/?LinkId=113955.  

As per the suggested above link did what required; but still throwing same error.

Any helps?

Nev_Rahd
  • 171
  • 1
  • 1
  • 3

4 Answers4

7

@Nev, I had the same error. The Microsoft link suggest to use the Windows 2008R2 disc, however the updates are on the 2012 disc. For me the solution was to perform the Microsoft solution with the Windows 2012 disc and reboot. The same goes for the ADPREP /DOMAINPREP updates.

Bas Truren
  • 71
  • 1
7

Just cd to support\adprep on the Windows 2012 media and run:

adprep /forestprep
adprep /domainprep
Bill the Lizard
  • 352
  • 1
  • 7
  • 15
kamal
  • 71
  • 1
  • I can confirm this also works for the Windows Server 2016 to Windows Server 2019 in-place upgrade. I couldn't `cd` into the ISO, so I had to unpack it to disk first, then `cd` into it and it worked. – JJJ Apr 30 '19 at 16:55
1

You run adprep /forestprep from from 2012 media on the DC holding the Schema Master role in your forest. Then, you run adprep /domainprep and adprep /gpprep from the 2012 media on the DC holding the Infrastructure Master role in the domain that you're putting the 2012 DC in.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
0

I just want to add that if the error still appear after doing the adprep /forestprep adprep /domainprep It could be a problem in replication between the DCs (which was in my case) so also check the replication

Frs
  • 1