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

Linux: Remediate SSL Weak Cipher Suites

Description The remote host supports the use of SSL ciphers that offer weak encryption. Note:…

Symantec Antivirus

Issue: Symantec Embedded Database stuck on "Starting" status   Resolution: a. Backup License Files b.…

Resolving DNS Delegation Error: IP: [Missing glue A record]

Sample Output of DNS diagnostics: PS C:\Windows\system32> dcdiag /test:dns /s:TEST-DC01 Directory Server Diagnosis Performing initial…