You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: