-
Notifications
You must be signed in to change notification settings - Fork 88
NetAdapterBinding
dscbot edited this page Jun 7, 2024
·
6 revisions
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
InterfaceAlias | Key | String | Specifies the alias of a network interface. Supports the use of '*'. | |
ComponentId | Key | String | Specifies the underlying name of the transport or filter in the following form - ms_xxxx, such as ms_tcpip. | |
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
- 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