DHCP Failover Auto Config Sync (DFACS)

Muhammad Hussain 201 Reputation points
2021-05-19T07:53:57.493+00:00
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Candy Luo 12,656 Reputation points Microsoft Vendor
    2021-05-19T09:39:25.173+00:00

    Hi ,

    For DHCP scope configuration, you can use following PowerShell cmdlet to replica: Invoke-DhcpServerv4FailoverReplication -computername DC.candy.com.

    If you want to automate this process, create scheduled task to run above cmdlet in a schedule you want to have.

    For server configuration, there is no way to sync it. e.g.: server policies and Filters. As a workaround, you can use PowerShell cmdlet to add it: Get-DhcpServerv4Filter -List Allow -ComputerName myserver.FQDN | Add-DhcpServerv4Filter -Force

    For the DHCP Failover Auto Config Sync Tool, you can download it from following link:

    https://web.archive.org/web/20201204144834/https://gallery.technet.microsoft.com/scriptcenter/Auto-syncing-of-configurati-6eb54fb0

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments