Mark Roe’s Weblog

Email: titn003@yahoo.co.uk

Migrating DHCP from a 32 bit W2k3 server to W2k8 64 bit server

This process is achieved by dumping the configuration of the 2003 server to a script and then executing the script on the 2008 server.

The commands to perform this task are:

 

Netsh dhcp server dump > dhcp-script.netsh on the 2003 server

 

And then

 

Netsh exec dhcp-script.netsh on the 2008 host site root server

 

 

 

 

 

The text script file will need to be edited by replacing the IP address of the 2003 server with the 2008 server IP address.

October 28, 2008 Posted by titn003 | Uncategorized | | No Comments Yet