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:
- Export DHCP scopes from SERVER01
netsh dhcp server export c:\dhcp-scopes.txt all - Import DHCP scopes to SERVER02
netsh dhcp server import c:\dhcp-scopes.txt all
Categories: