1.Backup DHCP in DHCP MMC just in case.
2.Open an Administrative CMD shell, export DHCP db with:
netsh dhcp server export C:\dhcp.txt all
3.Delete all Scopes in DHCP MMC
4. Import DHCP db with:
netsh dhcp server import C:\dhcp.txt all
5. Done
1.Backup DHCP in DHCP MMC just in case.
2.Open an Administrative CMD shell, export DHCP db with:
netsh dhcp server export C:\dhcp.txt all
3.Delete all Scopes in DHCP MMC
4. Import DHCP db with:
netsh dhcp server import C:\dhcp.txt all
5. Done