Hi Admin

Please find the steps for migrating DHCP server to another host.

Migrating from Win2008 to 2012/ 2016

1. login to Old DHCP server with adminID

2. Open command as administrator

3. netsh dhcp server export c:\dhcp.txt all

4. DHCP role is already installed on new Server.

5. netsh dhcp server import c:\dhcp.txt all

6. Once import is completed

7. Stop the DHCP & remove the role from Old Server

 

Migrating from Win2012 to 2012/ 2016

1. login to Old DHCP server with adminID

2. Open command as administrator

3. Export-DhcpServer -ComputerName DHCP01 -File "C:\DHCP-Config.xml" -Force

4. DHCP role is already installed on new Server.

5. Stop-Service -Name DHCPServer

6. Set-Service -Name DHCPServer -StartupType "Disabled"

7. Import-DhcpServer -ComputerName newDHCPservername -File "C:\DHCP-Config.xml -Force

8. Once import is completed

Keep visiting blogs for new articles.

Amit Kumar Gupta

Certified: CCA-XenApp/XenDesktop/XenServer, Google Cloud Architect, MCSE, ITIL, Vmware Certified , AWS Fundamentals. AWS Pratitioner

Microsoft certified - Enterprise Cybersecurity Fundamentals & Planning for Security Incident response.

https://www.linkedin.com/in/amit-gupta-5321a527/