2013年4月25日 星期四

windows server 2003 dhcp server backup

用管理員的身分執行以下指令
備份全部:
netsh dhcp server export d:\dhcp.txt all

還原全部:
netsh dhcp server import d:\dhcp.txt all

參考網站http://technet.microsoft.com/zh-tw/library/dd759224.aspx