{'Description':' Type Name Description
DhcpServerv6DnsSetting
{
string DynamicUpdates Dynamic Update behavior of the server {ALWAYS, NEVER, ONCLIENTREQUEST}
bool DeleteDnsRROnLeaseExpiry Indicates if the server should delete DNS records on lease expiry
bool NameProtection Indicates if Name protection (DHCIDRR Validation) is enabled for the scope
}','EmbeddedInstance':'DhcpServerv6DnsSetting','Out':True}
Description
'Gets the DNS Update settings configured on the DHCP Server for a specific scope or reservation or server wide.'
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
NameProtection
boolean
1
✓
-
{'Description':'Enable/Disable name protection on the DHCP server.
If Name protection is enabled and if there is an existing DNS record already by the same name, the DNS update for the client will fail instead of being overwritten.','In':True}
DeleteDnsRROnLeaseExpiry
boolean
2
✓
-
{'Description':'Specifies if the DHCP server should delete the client's DNS resource records after the lease expires.
Valid values are true, false. Can only be set if dynamicupdate is set to Always or OnClientRequest.','In':True}
DynamicUpdates
string
3
✓
-
{'Description':'Specifies the conditions under which to perform dynamic updates on the DNS server.
Valid values are Always, Never, OnClientRequest.
Always - DHCP server will always perform dynamic DNS registration of A and PTR records for the clients.
Never - DHCP will not perform any dynamic DNS registration
OnClientRequest - DHCP server will perform dynamic DNS registration of A and PTR records if the client has requested for the same in the DHCP client message.','In':True,'ValueMap':['Always', 'Never', 'OnClientRequest'],'Values':['Always', 'Never', 'OnClientRequest']}
IPAddress
string
4
✓
-
{'Description':'IP Address of the reservation on which the DNS update behavior is to be configured','In':True}
Prefix
string
5
✓
-
{'Description':'Subnet prefix of the IPv6 scope on which the DNS update behavior is to be configured','In':True}
PassThru
boolean
6
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is modified.','In':True}
{'Description':' Type Name Description
DhcpServerv6DnsSetting
{
string DynamicUpdates Dynamic Update behavior of the server {ALWAYS, NEVER, ONCLIENTREQUEST}
bool DeleteDnsRROnLeaseExpiry Indicates if the server should delete DNS records on lease expiry
bool NameProtection Indicates if Name protection (DHCIDRR Validation) is enabled for the scope
}','EmbeddedInstance':'DhcpServerv6DnsSetting','Out':True}
Description
'Configures how the DNS server should be updated by the DHCP server with client-related information. '