DHCP
Server \\<DHCP_2003_Server_IP_Address>
Export c:\export\2k3dhcp-database all
Performing this task will create a file in the c:\export folder named 2k3dhcp-database
Copy this file to the computer running Windows Server 2012 R2 that will function as the new DHCP server. You’ll need to install the DHCP server role on this computer and authorize the DHCP server in Active Directory before performing the following actions.
Open an elevated command prompt and run the following commands (this assumes you’ve copied the file to a folder named c:\import\)
Del c:\windows\system32\DHCP\DHCP.mdb
Net start DHCPserver
Netsh
DHCP
Server \\<DHCP_2012R2_Server_IP_Address>
Import c:\import\2k3dhcp-database
Exit
Net stop DHCPserver
Net start DHCPserver
Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.