PowerShell Logo Small

Set-NetOffloadGlobalSetting



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

Modifies information about the global TCP/IP offload settings.

SYNTAX


Set-NetOffloadGlobalSetting [-AsJob [<SwitchParameter>]] [-Chimney <ChimneyEnum>] [-CimSession <CimSession[]>] [-InputObject <CimInstance[]>]
[-NetworkDirect <EnabledDisabledEnum>] [-NetworkDirectAcrossIPSubnets <AllowedBlockedEnum>] [-PacketCoalescingFilter <EnabledDisabledEnum>]
[-PassThru [<SwitchParameter>]] [-ReceiveSegmentCoalescing <EnabledDisabledEnum>] [-ReceiveSideScaling <EnabledDisabledEnum>] [-TaskOffload
<EnabledDisabledEnum>] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetOffloadGlobalSetting cmdlet modifies the global TCP/IP offload settings. This includes properties such as receive side scaling
(RSS), receive segment coalescing (RSC), task offload and network direct.



<

RELATED LINKS

Get-NetOffloadGlobalSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-NetOffloadGlobalSetting –ReceiveSegmentCoalescing Enabled



This example sets receive segment coalescing to enabled.