Forum Discussion
What is the best/proper way to migrate DHCP from Server 2012 R2 to 2022?
- Aug 09, 2023
The simplest is via PowerShell, also note from the documentation;
If you specify the ScopeOverWrite parameter and the scope being imported exists on the destination server, the scope on the target DHCP server service is overwritten. If this parameter is not specified and the scope being imported exists on the destination DHCP server service, a warning message is displayed and the import proceeds to process the next scope being imported.
The simplest is via PowerShell, also note from the documentation;
If you specify the ScopeOverWrite parameter and the scope being imported exists on the destination server, the scope on the target DHCP server service is overwritten. If this parameter is not specified and the scope being imported exists on the destination DHCP server service, a warning message is displayed and the import proceeds to process the next scope being imported.
- Baron164Aug 10, 2023Brass ContributorThanks for the assistance.
- Dave PatrickAug 10, 2023MVP
You're welcome.