DHCP服务器如果要更换,最简单的方法就是命令导入导出
导出netsh dhcp server export e:\dhcp.txt all
导入netsh dhcp server import c:\dhcp.txt all
参考文档
http://www.searchsv.com.cn/showcontent_87373.htm
转载于:https://www.cnblogs.com/wanggege/p/4613191.html