question

MHussainArif-5163 avatar image
0 Votes"
MHussainArif-5163 asked CandyLuo-MSFT commented

DHCP Failover Auto Config Sync (DFACS)

Need this tool as microsoft has ended it's Tech scripts library.

https://sjohnonline.blogspot.com/2018/12/dhcp-failover-auto-config-sync-dfacs.html?showComment=1621408500425#c4847247760134534983

windows-dhcp-dns
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Just checking in to see if the information provided was helpful.
Please let us know if you would like further assistance.

0 Votes 0 ·

Please try to mark the replies which help you. It will encourage the person who help you.
Appreciate your understanding. :)

0 Votes 0 ·

1 Answer

CandyLuo-MSFT avatar image
0 Votes"
CandyLuo-MSFT answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.