PowerShell Logo Small

Enable-NetAdapterIPsecOffload



This is the built-in help made by Microsoft for the command 'Enable-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

Enables IPsec offload on the network adapter.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Enable-NetAdapterIPsecOffload cmdlet enables IPsec offload on the network adapter in the AuthHeaderEspEnabled state. The network adapter will perform the appropriate
per-packet encryption operation. The result is decreased processor utilization and possibly increased network throughput. Note: The IPsec encryption algorithm supported by
the network adapter must also be configured in the IPsec policy before connections can be offloaded.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-NetAdapterIPsecOffload –Name MyAdapter



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