Migrate DHCP Server Service to a New Windows Server

Migrate DHCP Server Service to a New Windows Server.

From the End-of-Support old Windows Server.


1. On the Original
C:\ netsh dhcp server export C:\Users\Desktop\dhcp.txt all


2. One the New
C:\ netsh dhcp server import C:\Users\Desktop\dhcp.txt all


3.
Unable to determine the DHCP Server for the Server 192.168.1.100.
Server may not function properly.

Failed as DHCP Server service not yet started.


4.
Error while importing class "Default Routing and Remote Access Class."
This class conflicts with the existing class "????????????." TLS supported but configured

Another fail.


5.
As no specific setting required, direct to re-config the New DHCP Server. Not import the configuration.

On the other hand, could try:


Update