Solved: Failed to migrate DHCP services from Windows Server 2008 R2 to Window Server 2019 Standard
Problem/Question We attempted to migrate DHCP services from Windows Server 2008 R2 to Windows Server 2019 Standard, however, the process was failed. I am successfully execute below script on Windows Server 2019 Standard: Export-Dhcp -ComputerName “server2008r2” -File “C:\dhcp\dhcpexport.xml” -ScopeId 192.168.90.0 -Leases -Verbose Upon executing the next script, it failed: Import-DhcpServer -File C:\dhcp\dhcpexport.xml -BackupPath C:\DHCPDB\ -Leases …