Hi,
I have plan to migrate DHCP server from server 2012 R2 to windows server 2019 Standard. Initial plan is I want to backup the DHCP database and restore to new server, but unfortunately our management not approve that plan due to concern unexpected impact to certain scope (department). So they want me come with plan migrate scope by scope.
So example we have 15 scope inside that then i will divide by 5 scope per weeks (3 weeks to complete all)
I will use below command to backup 5 scope and then restore back to new DHCP server.
Export-DhcpServer -ComputerName DC1 -File "C:\DHCPBackup\dhcpexport.xml" -ScopeId 172.18.0.0,172.18.2.0,172.18.3.0,172.18.4.0,172.18.5.0 -Leases
So i will repeat this method for the rest of scope. My question, is it this is right method to migrate? Any impact i can foresee? Previously i only have experience to restore entire DB instead of scope by scope. I have tried on test environment and seems ok, new scope restoration will not overwritten other scope (previously restored).
Thanks
Hasmizi