NAME
Get-NetTransportFilter
SYNOPSIS
Gets transport filters.SYNTAX
Get-NetTransportFilter [-AssociatedTCPSetting
] [-CimSession ] [-DestinationPrefix
] [-LocalPortEnd ] [-LocalPortStart ] [-Protocol ] [-RemotePortEnd
] [-RemotePortStart ] [-SettingName ] [-ThrottleLimit ] [ ] DESCRIPTION
The Get-NetTransportFilter cmdlet gets transport filters. A transport filter specifies the TCP settings, as a
NetTcpSetting object, to apply to an IP address prefix or a TCP port range. Use the cmdlet without parameters to get all transport filters for the computer.Use the New-NetTransportFilter cmdlet to create transport filters, and use the Remove-NetTransportFilter cmdlet to
remove filters.PARAMETERS
-AssociatedTCPSetting [
Specifies a NetTCPSetting object. The cmdlet gets transport filters associated with the setting that you] specify. To obtain a NetTCPSetting object, use the Get-NetTCPSetting cmdlet.
Required? false Position? named Default value none Accept pipeline input? true (ByValue) Accept wildcard characters? false-CimSession [
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such] as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-DestinationPrefix [
Specifies an array of destination prefixes of IP routes. The cmdlet gets transport filters that have the prefixes that you specify. A destination prefix consists of an IP address prefix and a prefix length, separated by a slash (/). Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -LocalPortEnd [
Specifies an array of upper bounds of ranges of local TCP ports. The cmdlet removes transport filters that have the upper bounds that you specify. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -LocalPortStart [
Specifies an array of lower bounds of ranges of local TCP ports. The cmdlet removes transport filters that have the lower bounds that you specify. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -Protocol [
Specifies an array of types of routing protocols. The cmdlet gets transport filters based on the protocols that you specify. The acceptable values for this parameter are:] -- Bbn
-- Bgp
-- Dhcp
-- Dvmrp
-- Egp
-- Eigrp
-- EsIs
-- Ggp
-- Hello
-- Icmp
-- Idpr
-- Igrp
-- IsIs
-- Local
-- NetMgmt
-- Ospf
-- Rip
-- Rpl
-- Other
Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-RemotePortEnd [
Specifies an array of upper bounds of ranges of remote TCP ports. The cmdlet removes transport filters that have the upper bounds that you specify. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -RemotePortStart [
Specifies an array of lower bounds of a ranges of remote TCP ports. The cmdlet removes transport filters that have the lower bounds that you specify. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -SettingName [
Specifies an array of setting names. The cmdlet gets transport filters that have the settings that you specify. The acceptable values for this parameter are:] -- Internet
-- Datacenter
-- Compat
-- Custom
Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-ThrottleLimit [
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
NoneOUTPUTS
Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetTransportFilter The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.Example 1: Get all transport filters
PS C:\>Get-NetTransportFilter
This command gets all the transport filters on the computer.Example 2: Get transport filters that apply specified settings
PS C:\>Get-NetTransportFilter -SettingName Internet
This command gets transport filters that apply Internet settings.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkID=288391Get-NetUDPSetting
New-NetTransportFilter
Remove-NetTransportFilter
Set-NetTCPSetting
Set-NetUDPSetting