This is how to move your DHCP settings from one server to another :
use cmd.exe to issue the following command : netsh dhcp server [ip address] dump >dump.txt
use notepad and the search/replace option the change the source IP address into the destination IP address.
Save the file and import the settings with : netsh exec dump.txt
Don’t forget to authorise the new SCOPE! All done. 🙂
Here is a link using jetpack, I’ve done this recently at a customer..
http://support.microsoft.com/kb/325473
(link in dutch..)
Correct, but that method is more work. And now you start with a clean database with alle the correct settings. Thanks for the comment although.