How to move a DHCP scopes list to another server
Problem
======
How to move a DHCP scopes list to another server
Solution
=======
顯示DHCP 的scopenetsh dhcp server show scope匯出SCOPE
netsh dhcp server export c:\dhcp 10.3.2.0
在舊的Server 刪除此scope
netsh dhcp server delete scope 10.3.2.0 dhcpfullforce
匯入到另一台DHCP
netsh dhcp server IMPORT c:\dhcp 10.3.2.0
RELATED KNOWLEDGE BASE ARTICLES:
================================
How to use the Netsh utility to export and import DHCP scopes
https://support.microsoft.com/kb/281626/en-us
區段 B :將領域和設定移轉至管理伺服器https://technet.microsoft.com/zh-tw/library/cc463365(WS.10).aspx