Edit

Enable method of the MSFT_NetAdapterIPsecOffloadV2SettingData class

Enable IPsec Task Offload v2 on the network adapter.

Syntax

uint32 Enable(
  [in]  boolean NoRestart,
  [in]  boolean PassThru,
  [out] string  cmdletOutput
);

Parameters

NoRestart [in]

true to not restart the adapter after being disabled. By default, the adapter will restart.

PassThru [in]

true to return an object in the cmdletOutput parameter; otherwise, false. The default value is false.

cmdletOutput [out]

if PssThru is true, returns an embedded MSFT_NetAdapterIPsecOffloadV2SettingData object.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

MSFT_NetAdapterIPsecOffloadV2SettingData