-
Notifications
You must be signed in to change notification settings - Fork 90
NetAdapterLso
dscbot edited this page Apr 14, 2025
·
7 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| Name | Key | String | Specifies the name of network adapter. | |
| Protocol | Key | String | Specifies which protocol to make changes to. |
V1IPv4, IPv4, IPv6
|
| State | Required | Boolean | Specifies whether LSO should be enabled or disabled. |
This resource is used to enable or disable LSO for specific protocols on a network adapter.
The following table shows configuration overlap with NetAdapterAdvancedProperty.
| NetAdapterLso | NetAdapterAdvancedProperty | |
|---|---|---|
| V1IPv4 | = | Not Available |
| IPv4 | = | *LsoV2IPv4 |
| IPv6 | = | *LsoV2IPv6 |
This configuration disables LSO for IPv6 on the network adapter.
Configuration NetAdapterLso_DisableLsoIPv6_Config
{
Import-DSCResource -ModuleName NetworkingDsc
Node localhost
{
NetAdapterLso DisableLsoIPv6
{
Name = 'Ethernet'
Protocol = 'IPv6'
State = $false
}
}
}This configuration disables LSO for IPv4 on the network adapter.
Configuration NetAdapterLso_DisableLsoIPv4_Config
{
Import-DSCResource -ModuleName NetworkingDsc
Node localhost
{
NetAdapterLso DisableLsoIPv4
{
Name = 'Ethernet'
Protocol = 'IPv4'
State = $false
}
}
}- 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