-
Notifications
You must be signed in to change notification settings - Fork 90
NetAdapterBinding
dscbot edited this page Apr 14, 2025
·
7 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| ComponentId | Key | String | Specifies the underlying name of the transport or filter in the following form - ms_xxxx, such as ms_tcpip. | |
| InterfaceAlias | Key | String | Specifies the alias of a network interface. Supports the use of '*'. | |
| State | Write | String | Specifies if the component ID for the Interface should be Enabled or Disabled. |
Enabled, Disabled
|
| CurrentState | Read | String | Returns the current state of the component ID for the Interfaces. |
Enabled, Disabled, Mixed
|
This resource is used to bind or unbind transport or filters to a network interface.
Disabling IPv6 for the Ethernet adapter.
Configuration NetAdapterBinding_DisableIPv6_Config
{
Import-DSCResource -ModuleName NetworkingDsc
Node localhost
{
NetAdapterBinding DisableIPv6
{
InterfaceAlias = 'Ethernet'
ComponentId = 'ms_tcpip6'
State = 'Disabled'
}
}
}- 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