Posted On March 28, 2019

Transfer DHCP Scopes Between Windows Servers

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> Transfer DHCP Scopes Between Windows Servers
When a new DHCP server is introduced into the system, it’s often necessary to configure it with the existing scopes so that it could function jointly with existing authorized DHCP servers. The process to perform this task is simple:
  1. Export DHCP scopes from SERVER01
    netsh dhcp server export c:\dhcp-scopes.txt all
  2. Import DHCP scopes to SERVER02
    netsh dhcp server import c:\dhcp-scopes.txt all

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Microsoft Management Console Snap-in Shortcuts

Admin Snap-in Command Quality of Service Control Management ACSsnap.msc ADSI Edit ADSIedit.msc Authorization manager AZman.msc…

Measuring Bandwidth between Sites

Matching the right tool for the job: Latency: use PING Jitter: user iPerf UDP test…

How to Implement Local Administrator Password Solution (LAPS) on Windows

Overview LAPS or Local Administrator Password Management is a good solution for local administrator account…