Ask a question

tony richardson

SBS2008 to Server 2019 issue when promoting the server 2019 to domain controller

When running the command to promote the server 2019 to domain controller I get the following error:

PS C:\Users\Administrator> Install-ADDSDomainController -NoGlobalCatalog:$false -CreateDnsDelegation:$false -CriticalReplicationOnly:$false -DatabasePath "C:\Windows\NTDS" -DomainName $currentDomain -InstallDns:$true -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion:$true -SysvolPath "C:\Windows\SYSVOL" -credential $cred -Force:$true -Confirm:$false -SafeModeAdministratorPassword (ConvertTo-SecureString 'h00dsEnd!' -AsPlainText -Force)
WARNING: Windows Server 2019 domain controllers have a default for the security setting named "Allow cryptography algorithms compatible with Windows NT 4.0" that prevents weaker cryptography algorithms when establishing security channel sessions.

For more information about this setting, see Knowledge Base article 942564
(http://go.microsoft.com/fwlink/?LinkId=104751).

Install-ADDSDomainController : Verification of prerequisites for Domain Controller promotion failed. The forest
functional level is not supported. To install a Windows Server 2019 domain or domain controller, the forest functional
level must be Windows Server 2008 or higher.
At line:1 char:1
+ Install-ADDSDomainController -NoGlobalCatalog:$false -CreateDnsDelega ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-ADDSDomainController], TestFailedException
    + FullyQualifiedErrorId : Test.VerifyDcPromoCore.DCPromo.General.99,Microsoft.DirectoryServices.Deployment.PowerSh
   ell.Commands.InstallADDSDomainControllerCommand

Message
-------
Verification of prerequisites for Domain Controller promotion failed. The forest functional level is not supported. ...
 

I have made sure the sbs2008 box is at the highest functional level.


asked07/02/2019 15:12
4010 views
Add Comment
Ivo Ruben

Never mind. I did forget to raise the forest level. Got it confused with the domain level..

Mariette Knap

Thanks Ivo!


replied 04/26/2020 05:39
Ivo Ruben

I have this exact same problem. The old sbs2008 is at the highest function level: Windows server 2008

I followed all the steps but keep getting stuck on this error. 

Mariette Knap

Did you migrate FRS to DFSR?

Last Activity 04/26/2020 05:39

1 Answer(s)

  • Mariette Knap
    Add Comment
Add an Answer