Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure DHCP Server DNS Dynamic Updates #65

Open
younkinsa77 opened this issue Jun 17, 2020 · 2 comments
Open

Configure DHCP Server DNS Dynamic Updates #65

younkinsa77 opened this issue Jun 17, 2020 · 2 comments

Comments

@younkinsa77
Copy link

younkinsa77 commented Jun 17, 2020

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

@CraigTolley
Copy link
Contributor

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants