Migrate DHCP scopes with or without leases?

Hämäläinen, Teijo 81 Reputation points
2022-11-04T11:18:51.94+00:00

Hello

I'm in a process of migrating DHCP scopes from current server to a new server. Current and new servers are in different AD Forests. Both servers are running Windows Server 2019.

I'm aware that PowerShell Export/Import-DhcpServer cmdlets can be used to migrate scopes. What I still don't understand is that should you migrate scopes with or without leases?

If leases are not migrated with the scope, new server is not aware of IP addresses that current DHCP server has possibly leased to clients. Though if Conflict Detection feature is enabled on new DHCP, this shouldn't be a problem since new server would test if there is a device on the network already using that address before handing out that address to anyone.

My colleges told me they have never migrated DHCP scopes with leases. I have migrated scopes years ago and I think I did the opposite way. What would be the right way to do this?

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Philippe Levesque 5,836 Reputation points
    2022-11-04T12:40:34.057+00:00

    Hi

    On my side I always migrate with lease as it prevent the conflict ip detection's error, as if you have a limited scope in example that can lead you to lease exhaution.

    The other thing too is it prevent the user to need to reboot and to see the conflict ip error message on their computer.

    As said, it's not an obligation to do with lease, it's just more transparent to the end user IMO

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.