@@ -58,18 +58,18 @@ The **Enable-NetAdapterEncapsulatedPacketTaskoffload** and **Disable-NetAdapterE
5858
5959### Example 1: Enable encapsulated packet task offload on the specified network adapter
6060```
61- PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $True
61+ PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $True
6262```
6363
64- This command enables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
64+ This command enables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
6565The ** Enable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
6666
6767### Example 2: Disable encapsulated packet task offload on the specified network adapter
6868```
69- PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $False
69+ PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $False
7070```
7171
72- This command disables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
72+ This command disables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
7373The ** Disable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
7474
7575## PARAMETERS
@@ -208,7 +208,7 @@ Accept wildcard characters: False
208208` ` `
209209
210210# ## -NvgreEncapsulatedPacketTaskOffloadEnabled
211- {{Fill NvgreEncapsulatedPacketTaskOffloadEnabled Description}}
211+ Specifies the enabled state of the Network Virtualization Generic Routing Encapsulation (NVGRE) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are : $true or $false.
212212
213213` ` ` yaml
214214Type: Boolean
@@ -256,7 +256,7 @@ Accept wildcard characters: False
256256` ` `
257257
258258# ## -VxlanEncapsulatedPacketTaskOffloadEnabled
259- {{Fill VxlanEncapsulatedPacketTaskOffloadEnabled Description}}
259+ Specifies the enabled state of the Virtual eXtensible Local Area Network (VXLAN) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are : $true or $false.
260260
261261` ` ` yaml
262262Type: Boolean
@@ -271,7 +271,7 @@ Accept wildcard characters: False
271271` ` `
272272
273273# ## -VxlanUDPPortNumber
274- {{Fill VxlanUDPPortNumber Description}}
274+ Specifies the port number to use for the VXLAN UDP destination port.
275275
276276` ` ` yaml
277277Type: UInt16
0 commit comments