Jump to content

Recommended Posts

Posted (edited)

Apparently not, BUT, there is hope... Link

 

you can run

netsh dhcp server \\”Server” scope “ip_of_scope” dump>c:\dhcp.txt
to export your dhcp data to a text file, (delete the scope), change the subnet in the txt file then run
netsh exec c:\dhcp.txt
to recreate it.

 

or so say MS

Edited by smithson83
Posted (edited)

the "IP_of_scope" will be the start of the IP range eg 192.168.0.0, not the server address

 

netsh dhcp server \\NameOfDHCPServer scope 192.168.0.0 dump>c:\dhcp.txt
Edited by smithson83

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...