Move DHCP Server

From KlavoWiki
Revision as of 23:37, 29 May 2013 by David (talk | contribs) (Created page with "To move a DHCP server from one server to another, weather it be windows Server 2000, 2003, 2008, 2008 R2 or 2012.<br><br> One the Source server export the DHCP configuration <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To move a DHCP server from one server to another, weather it be windows Server 2000, 2003, 2008, 2008 R2 or 2012.

One the Source server export the DHCP configuration

netsh dhcp server export C:\dhcp.txt all 

copy the dhcp.txt file to the new server and then run the following command to import the configuration.

netsh dhcp server import c:\dhcp.txt all