به منظور انتقال سرویس DHCP به یک سرور جدید به یکی از روشهای زیر عمل می کنیم :

از طریق خط فرمان :

اول Export کردن اطلاعات :

۱ – Log on to the source DHCP server by using an account that is a member of the local Administrators group.

۲ – Click Start, click Run, type cmd in the Open box, and then click OK.

۳ – Type netsh dhcp server export C:\dhcp.txt all, and then press ENTER.

دوم Import کردن اطاعات :

۱ – Log on as a user who is an explicit member of the local Administrators group. A user account in a group that is a member of the local Administrators group will not work. If a local Administrators account does not exist for the domain controller, restart the computer in Directory Services Restore Mode, and use the administrator account to import the database as described later in this section.

۲ – Copy the exported DHCP database file to the local hard disk of the Windows Server 2003-based computer.

۳ – Verify that the DHCP service is started on the Windows Server 2003-based computer.

۴ – Click Start, click Run, type cmd in the Open box, and then click OK.

۵ – At the command prompt, type netsh dhcp server import c:\dhcpdatabase.txt all, and then press ENTER, where c:\dhcpdatabase.txt is the full path and filname of the database file that you copied to the server.