Forum Discussion
Windows DHCP servers in HA does not replicate scope options?
- Jan 19, 2023
Yes, this is expected behavior. You can use PowerShell for this purpose.
Invoke-DhcpServerv4FailoverReplication (DhcpServer) | Microsoft Learn
Yes, this is expected behavior. You can use PowerShell for this purpose.
Invoke-DhcpServerv4FailoverReplication (DhcpServer) | Microsoft Learn
Thanks, Dave Patrick!
Do you by any chance know the reason behind it? It does not quite make sense scope changes have to be replicated manually, considering replicating scope configs/data is part of Failover/HA relationship establishment in the first place. Keeping both servers in sync including the scope configurations should be the primary objective of the HA. Thanks.
- Dave PatrickJan 19, 2023MVP
Sorry but configuration changes are not automatically replicated.
Automatic syncing of scope configuration changes between 2 DHCP failover servers | Microsoft Learn
- AZ365Jan 19, 2023Copper ContributorThank you very much, Dave! I really appreciate your help!
- Dave PatrickJan 19, 2023MVP
You're welcome.