PowerShell Logo Small

Set-NetOffloadGlobalSetting



This is the built-in help made by Microsoft for the command 'Set-NetOffloadGlobalSetting', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Modifies the global TCP/IP offload settings.

SYNTAX


Set-NetOffloadGlobalSetting [-AsJob] [-Chimney <ChimneyEnum>] [-CimSession <CimSession[]>] [-InputObject <CimInstance[]>] [-NetworkDirect <EnabledDisabledEnum>] [-Net
workDirectAcrossIPSubnets <AllowedBlockedEnum>] [-PacketCoalescingFilter <EnabledDisabledEnum>] [-PassThru] [-ReceiveSegmentCoalescing <EnabledDisabledEnum>] [-Receiv
eSideScaling <EnabledDisabledEnum>] [-TaskOffload <EnabledDisabledEnum>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetOffloadGlobalSetting cmdlet modifies the global TCP/IP offload settings. The global settings include Receive Side Scaling, Receive Segment Coalescing, task
offload, and NetworkDirect properties.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289170
Get-NetOffloadGlobalSetting

REMARKS

<

Examples


Example 1: Enable Receive Segment Coalescing

PS C:\>Set-NetOffloadGlobalSetting –ReceiveSegmentCoalescing Enabled



This command enables Receive Segment Coalescing on the computer.