xDhcpServer icon indicating copy to clipboard operation
xDhcpServer copied to clipboard

Configure DHCP Server DNS Dynamic Updates

Open younkinsa77 opened this issue 5 years ago • 2 comments

ISSUE TITLE:

NewResourceName: DhcpServerDnsDynamicUpdates

Description

Set DHCP to update DNS Dynamically and Delete DNS Resource Records when lease expires (e.g. 'Set-DhcpServerv4DnsSetting -Computername "" -DynamicUpdates "Always" -DeleteDnsRRonLeaseExpiry $True')

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

younkinsa77 avatar Jun 17 '20 16:06 younkinsa77

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.

CraigTolley avatar Nov 04 '20 11:11 CraigTolley

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.

CraigTolley avatar Nov 04 '20 11:11 CraigTolley