PowerShell Logo Small

Get-NetTCPSetting



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

Gets information about TCP settings and configuration.

SYNTAX


Get-NetTCPSetting [[-SettingName] <String[]>] [-AsJob [<SwitchParameter>]] [-AssociatedTransportFilter <CimInstance>]
[-AutoTuningLevelEffective <AutoTuningLevelEffective[]>] [-AutoTuningLevelGroupPolicy <AutoTuningLevelGroupPolicy[]>] [-AutoTuningLevelLocal
<AutoTuningLevelLocal[]>] [-CimSession <CimSession[]>] [-CongestionProvider <CongestionProvider[]>] [-CwndRestart <CwndRestart[]>]
[-DelayedAckTimeoutMs <UInt32[]>] [-DynamicPortRangeNumberOfPorts <UInt16[]>] [-DynamicPortRangeStartPort <UInt16[]>] [-EcnCapability
<EcnCapability[]>] [-InitialCongestionWindowMss <UInt32[]>] [-InitialRtoMs <UInt32[]>] [-MemoryPressureProtection
<MemoryPressureProtection[]>] [-MinRtoMs <UInt32[]>] [-ScalingHeuristics <ScalingHeuristics[]>] [-ThrottleLimit <Int32>] [-Timestamps
<Timestamps[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetTCPSetting cmdlet gets information for each TCP setting. There will be different connection characteristics when connecting over a
wide area network and within a data center. Thus each TCP setting is optimized for different network conditions including latency and
congestion. The default application of the TCP setting is Automatic. To apply a TCP setting to a specific port number or destination IP
address range, use the New-NetTransportFilter cmdlet.


Without parameters, this cmdlet returns all TCP settings.



<

RELATED LINKS

Format-Table
New-NetTransportFilter
Set-NetTCPSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetTCPSetting



This example gets information about TCP settings and configuration. Used without parameters gets all TCP settings.




EXAMPLE 2

PS C:\>Get-NetTCPSetting –Setting Internet



This example gets information about TCP settings that are optimized for connectivity across the Internet.




EXAMPLE 3

PS C:\>Get-NetTcpSetting | Format-Table



This example gets information about TCP settings, and displays a summary in a table view.