windows:server_os:move_dhcp

Differences

This shows you the differences between two versions of the page.


windows:server_os:move_dhcp [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Move DHCP server ======
 +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
 +
 +<code>netsh dhcp server export C:\dhcp.txt all</code>
 +
 +copy the dhcp.txt file to the new server and then run the following command to import the configuration.
 +
 +<code>netsh dhcp server import c:\dhcp.txt all</code>