-
Notifications
You must be signed in to change notification settings - Fork 90
DnsConnectionSuffix
dscbot edited this page Apr 14, 2025
·
7 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| InterfaceAlias | Key | String | Alias of the network interface for which the DNS server address is set. | |
| ConnectionSpecificSuffix | Required | String | DNS connection-specific suffix to assign to the network interface. | |
| Ensure | Write | String | Ensure that the network interface connection-specific suffix is present or not. |
Present, Absent
|
| RegisterThisConnectionsAddress | Write | Boolean | Specifies that the IP address for this connection is to be registered. | |
| UseSuffixWhenRegistering | Write | Boolean | Specifies that this host name and the connection specific suffix for this connection are to be registered. |
This resource is used to control interface-specific DNS client configurations on a node.
This configuration will set a DNS connection-specific suffix on a network interface that is identified by its alias.
Configuration DnsConnectionSuffix_AddSpecificSuffix_Config
{
Import-DscResource -Module NetworkingDsc
Node localhost
{
DnsConnectionSuffix AddSpecificSuffix
{
InterfaceAlias = 'Ethernet'
ConnectionSpecificSuffix = 'contoso.com'
}
}
}- DefaultGatewayAddress
- DnsClientGlobalSetting
- DnsClientNrptGlobal
- DnsClientNrptRule
- DnsConnectionSuffix
- DnsServerAddress
- Firewall
- FirewallProfile
- HostsFile
- IPAddress
- IPAddressOption
- NetAdapterAdvancedProperty
- NetAdapterBinding
- NetAdapterLso
- NetAdapterName
- NetAdapterRdma
- NetAdapterRsc
- NetAdapterRss
- NetAdapterState
- NetBios
- NetConnectionProfile
- NetIPInterface
- NetworkTeam
- NetworkTeamInterface
- ProxySettings
- Route
- WaitForNetworkTeam
- WinsServerAddress
- WinsSetting