Forum Discussion

Baron164's avatar
Baron164
Brass Contributor
Aug 09, 2023
Solved

What is the best/proper way to migrate DHCP from Server 2012 R2 to 2022?

I have an old 2012 R2 DC that is running DHCP for my organization and I need to migrate the scopes to a new 2022 DC. Over the years I've simply re-created the scope since it was usually only one. How...
  • Dave Patrick's avatar
    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.   

       

    Export-DhcpServer 

    Import-DhcpServer 

       

Resources