How to use Powershell to transfer the FSMO roles to a Windows Server 2012
March 14, 2013How to fix “the trust relationship between this workstation and the primary domain failed”
April 18, 2013Migrating a DHCP database can be done with three steps.
1. On the old DHCP server run the command netsh dhcp server export C:dhcp.txt all
2. Copy that file to the new DHCP server.
3. Run this command to import it netsh dhcp server import C:dhcp.txt all