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

Exchange Email Sending Status code: 550 5.7.133

Error Message: The group <group name> only accepts messages from people in its organization or…

Enable Remote Assistance (Windows XP/2003)

The Remote Assistance feature is a convenient way for an administrator to remotely connect to…

An authentication error has occurred (Code: 0x80004005)

Symptom: [Window Title]Remote Desktop Connection[Content]An authentication error has occurred (Code: 0x80004005).Remote computer: 192.168.1.54[OK] Cause: This…