PowerShell Logo Small

Get-NetTransportFilter



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

SYNTAX


Get-NetTransportFilter [-AsJob [<SwitchParameter>]] [-AssociatedTCPSetting <CimInstance>] [-CimSession <CimSession[]>] [-DestinationPrefix
<String[]>] [-LocalPortEnd <UInt16[]>] [-LocalPortStart <UInt16[]>] [-Protocol <Protocol[]>] [-RemotePortEnd <UInt16[]>] [-RemotePortStart
<UInt16[]>] [-SettingName <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetTransportFilter cmdlet gets information about transport filters. A transport filter determines how TCP settings from NetTcpSetting
are applied to an IP address prefix or a TCP port range.


Without parameters, this cmdlet returns all transport filters on the computer.



<

RELATED LINKS

Get-NetUDPSetting
New-NetTransportFilter
Remove-NetTransportFilter
Set-NetTCPSetting
Set-NetUDPSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetTransportFilter



This example gets information about transport filters. Without parameters, this cmdlet returns all transport filters on the computer.




EXAMPLE 2

PS C:\>Get-NetTransportFilter –SettingName Internet



This example gets information about the transport filters that apply Internet settings.