PowerShell Logo Small

Disable-NetAdapterEncapsulatedPacketTaskOffload



This is the built-in help made by Microsoft for the command 'Disable-NetAdapterEncapsulatedPacketTaskOffload', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Disables encapsulated packet task offload.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Disable-NetAdapterEncapsulatedPacketTaskOffload cmdlet disables encapsulated packet task offload. Encapsulated task offload allows the network adapter to perform offload
operations such as large send offload (LSO) and virtual machine queue (VMQ) on the inner header for encapsulated packets. Network performance may be degraded by running this
cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Disable-NetAdapterEncapsulatedPacketTaskOffload –Name MyAdapter



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