Ask a question

Tim Burgess

Migration stalled Server 2019 as new replica DC

OK , So after following the migration document  the system seems to have stalled ..

Running the PS script 

$currentDomain = Read-Host -Prompt "Enter your internal domain name" $cred = Get-Credential -Message "Enter Domain Administrator Credentials" 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 'xxxxxxxxxxxxxxxxxx' -AsPlainText -Force)

*Password adjusted for this thread

It accepts the details and no errors are generated ( warnings yes) 

Started doing something then has stopped , the migration document suggests that it reports as passed and restart PC  but we do not have that. 

I've waited an hour to see if anything has happened . Not sure what to do as there is no error 

 

Attached Files

asked03/18/2021 15:08
35 views
Add Comment
Mariette Knap

Hi Tim,

That is strange. Can you restart that machine and see what happened? Otherwise let us get together on Teams and fix this?

Tim Burgess

ahh , the good old reboot .. solved that part!   thank you


replied 03/18/2021 15:33
Tim Burgess

......of the old server


replied 03/18/2021 15:35
Mariette Knap

Strange indeed. If you still have issues send me an email


replied 03/18/2021 15:43
Last Activity 03/21/2021 09:37

1 Answer(s)

  • Mariette Knap
    Add Comment
Add an Answer