windows:server_os:switch_dhcp_servers

no way to compare when less than two revisions

Differences

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


windows:server_os:switch_dhcp_servers [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Switch Microsoft dhcp servers (Migrate) ====== 
 +Export config on source server 
 +<code>netsh dhcp server export C:\dhcp.txt all</code> 
 +Copy the exported data file to the destination server and import 
 +<code>netsh dhcp server import C:\dhcp.txt all</code> 
 +Authorize the destination server, and unauthorize the source server (and stop the service on the source server)