Export config on source server
netsh dhcp server export C:\dhcp.txt all
Copy the exported data file to the destination server and import
netsh dhcp server import C:\dhcp.txt all
Authorize the destination server, and unauthorize the source server (and stop the service on the source server)