PowerShell Logo Small

Enable-NetAdapterEncapsulatedPacketTaskOffload



This is the built-in help made by Microsoft for the command 'Enable-NetAdapterEncapsulatedPacketTaskOffload', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 encapsulated packet task offload.

SYNTAX


Enable-NetAdapterEncapsulatedPacketTaskOffload [-Name] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int
32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Enable-NetAdapterEncapsulatedPacketTaskOffload [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InterfaceDesc
ription <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Enable-NetAdapterEncapsulatedPacketTaskOffload [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-
Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-NetAdapterEncapsulatedPacketTaskOffload cmdlet enables encapsulated packet task offload on the network adapter. This allows the network adapter to perform
task offload operations such as large send offload (LSO), virtual machine queue (VMQ), receive side scaling (RSS) based on the inner packet header, or encapsulated pa
cket.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287384
Disable-NetAdapterEncapsulatedPacketTaskOffload
Get-NetAdapterEncapsulatedPacketTaskOffload
Set-NetAdapterEncapsulatedPacketTaskOffload

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-NetAdapterEncapsulatedPacketTaskOffload –Name MyAdapter



This example enables encapsulated packet task offload for the network adapter named MyAdapter and restarts the network adapter.




EXAMPLE 2

PS C:\>Enable-NetAdapterEncapsulatedPacketTaskOffload –Name *



This example enables encapsulated packet task offload on all encapsulation packet task offload capable network adapters.