-
Notifications
You must be signed in to change notification settings - Fork 90
NetAdapterRss
dscbot edited this page Apr 14, 2025
·
6 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| Name | Key | String | Specifies the Name of network adapter. | |
| Enabled | Required | Boolean | Specifies whether RSS should be enabled or disabled. |
This resource is used to enable or disable RSS (Receive Side Scaling) on a network adapter. Not all adapters support RSS so there may be no option for this and it will throw an exception that the network adapter is not found.
This configuration disables RSS on the network adapter.
Configuration NetAdapterRss_EnableRss_Config
{
Import-DSCResource -ModuleName NetworkingDsc
Node localhost
{
NetAdapterRss EnableRss
{
Name = 'Ethernet'
Enabled = $True
}
}
}- 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