Migrate DHCP role to another server

On the new server run:

  1. Install DHCP server role on the new server but make sure it is not started.
  2. Export-DHCPServer –Computername (SourceComputerName) c:\dhcp.xml -ver
  3. Stop DHCP server on the source server and start it on the target server
  4. Import-DHCPServer –Computername (DestinationServer) c:\dhcp.xml –BackupPath c:\dhcpbackup and type Y to accept
  5. Check scope and change server option so that DNS is set correct etcetra

 

Close Menu