PowerShell Logo Small

Disable-NetAdapterIPsecOffload



This is the built-in help made by Microsoft for the command 'Disable-NetAdapterIPsecOffload', 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 IPsec offload on the network adapter, so that the network adapter will not perform the per packet encryption operations.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Disable-NetAdapterIPsecOffload cmdlet disables IPsec offload on the network adapter, so that the network adapter will not perform the per packet encryption operations.
IPsec offload can increase the network throughput and reduce the processor utilization of the computer.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Disable-NetAdapterIPsecOffload –Name MyAdapter



This example disables IPsec offload on the network adapter named MyAdapter and restarts the network adapter.