windows:server_os:switch_dhcp_servers

Switch Microsoft dhcp servers (Migrate)

Export config on source server

netsh dhcp server export C:\dhcp.txt all

Copy the exported data file to the destination server and import

netsh dhcp server import C:\dhcp.txt all

Authorize the destination server, and unauthorize the source server (and stop the service on the source server)

Enter your comment:
46​ +6 =​
 
  • windows/server_os/switch_dhcp_servers.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1