Configure DHCP Server DNS Dynamic Updates
ISSUE TITLE:
NewResourceName: DhcpServerDnsDynamicUpdates
Description
Set DHCP to update DNS Dynamically and Delete DNS Resource Records when lease expires
(e.g. 'Set-DhcpServerv4DnsSetting -Computername "
Proposed properties
xDhcpServerDnsDynamicUpdates Ensure: 'Present' EnableDnsDynamicUpdates: 'Always, Never, Requested' DiscardDhcpRR: 'Enabled/Disabled' or 'True/False' DynamicUpdateDnsRRRequest: 'Enabled/Disabled' or 'True/False'
Special considerations or limitations
I came here to raise this exact issue. Did you do any development on this? If not I will have a look and see if I can pull something together.
In addition to this, I think there should be an additional property:
DnsDynamicUpdateCredential
Which would map to Get-DhcpServerDnsCredential. I'm not exactly sure how to test if the correct password has been specified, but I'm sure that can be worked out.