HowFlow


HowFlow — A few commands to backup a Windows 2003 DHCP Server and recover it on a another machine

Share it!   Posted by lied lied 7 months ago

Logon to you Windows Server 2003 as a Administrator:

Click on Start->Run type cmd and press enter (alternativly you can use the shortcut win+r)

After this type:


netsh dhcp server export C:\dhcp.txt all

Now you can copy the txt to the other machine and run this command:


netsh dhcp server import C:\dhcp.txt all

So it is very easy to move a DHCP Server!

This trick isn’t working on a Windows 2000 Server. I haven’t tested it on windows Server 2008 but I think it should work (please write a comment if you know)



Please log in or sign up and vote for this trick if it was helpful for you.
Don't forget to subscribe to our RSS Feed RSS/Atom feed to get the latest tricks.