So pardon my apparent blindness, but what critical function would that be? It appears that once the configuration is setup it constantly replicates as part of the normal operation.
-- There are 10 kinds of people in the world... those who understand binary and those who don't. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Stephen Gestwicki Sent: Wednesday, May 18, 2016 11:02 AM To: ntsysadm@lists.myitforum.com Subject: [NTSysADM] RE: DHCP failover DHCP failover is missing a very needed feature of automatic replication. I created a PowerShell script that I ran from a scheduled task to handle it. This is the main line in the script that did the work: Invoke-DhcpServerv4FailoverReplication -ComputerName $PrimaryDHCP -Force - Stephen From: listsad...@lists.myitforum.com<mailto:listsad...@lists.myitforum.com> [mailto:listsad...@lists.myitforum.com] On Behalf Of Melvin Backus Sent: Wednesday, May 18, 2016 10:31 AM To: ntsysadm@lists.myitforum.com<mailto:ntsysadm@lists.myitforum.com> Subject: [NTSysADM] DHCP failover Anyone using DHCP failover on 2012r2? I'm seeing some unexpected things. The one that particularly surprised me was that server filters don't appear to be replicated even though all scopes are replicated between the servers. Is that normal? -------------------- Melvin Backus | Sr. Systems Engineer | Byers Engineering Company | 404.497.1565 Service Desk | 404-497-1599 | http://servicedesk.byers.com -- There are 10 kinds of people in the world... those who understand binary and those who don't.