PowerShell Logo Small

Enable-NetAdapterRss



This is the built-in help made by Microsoft for the command 'Enable-NetAdapterRss', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Enables receive side scaling (RSS) on the network adapter.

SYNTAX


Enable-NetAdapterRss [-Name] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit
<Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Enable-NetAdapterRss [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>]
-InterfaceDescription <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Enable-NetAdapterRss [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-NetAdapterRss cmdlet enables receive side scaling (RSS) on the network adapter. RSS is a scalability technology that distributes
the receive network traffic among multiple processors by hashing the header of the incoming packet. Without RSS in WindowsServer®2008 and
later, network traffic is received on the first processor which can quickly reach full utilization limiting receive network throughput.



<

RELATED LINKS

Disable-NetAdapterRss
Get-NetAdapterRss
Set-NetAdapterRss

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-NetAdapterRss -Name MyAdapter



This example enables RSS on the network adapter named MyAdapter and restarts the network adapter.




EXAMPLE 2

PS C:\>Enable-NetAdapterRss –Name *



This example enables RSS on all RSS capable network adapters.