Windows 2019 joining windows 2008 r2 Error after raising the domain and forest levels to 2008r2.
In the process of making the the windows 2019 a domain controller you get this error.
Verification Replica Failed Domain Still Using FRS
To fix the Verification Replica Failed Domain Still Using FRS:
On the 2008 R2 Server open PowerShell
dfsrmig /getglobalstate
Should get migration has not yet initialized.
dfsrmig /setglobalstate 1
To check the state type
dfsrmin /getmigrationstate
After succeeded message type:
dfsrmig /setglobalstate 2
After Success type:
dfsrmig /setglobalstate 3
After Success type:
set-service ntfrs -startuptype disabled
After that proceed with the adding the server 2019 domain controller
Comments are closed