Windows PowerShell command on Get-command New-NetTransportFilter
MyWebUniversity

Windows PowerShell command on Get-command New-NetTransportFilter

NAME

New-NetTransportFilter

SYNOPSIS

Creates a transport filter.

SYNTAX

New-NetTransportFilter [-CimSession ] [-DestinationPrefix ] [-LocalPortEnd ]

[-LocalPortStart ] [-Protocol {TCP | UDP}] [-RemotePortEnd ] [-RemotePortStart ]

[-ThrottleLimit ] -SettingName [-Confirm] [-WhatIf] []

DESCRIPTION

The New-NetTransportFilter cmdlet creates a transport filter. A transport filter specifies the TCP settings, as a

NetTcpSetting object, to apply to an IP address prefix or a TCP port range. Specify the setting to apply by name.

You can use the Set-NetTCPSetting cmdlet to modify a setting.

PARAMETERS

-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 a destination prefix of an IP route. The cmdlet associates the transport filter that to the prefix 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 the upper bound of a range of local TCP ports. The cmdlet assigns the upper bound that you specify to the transport filter. If you do not specify this parameter, the cmdlet uses the lower range value of 1025. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-LocalPortStart []

Specifies the lower bound of a range of local TCP ports. The cmdlet assigns the lower bound that you specify to the transport filter. If you do not specify this parameter, the cmdlet uses the lower range value of 65535. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-Protocol []

Specifies the type of routing protocol. The cmdlet assigns the protocol that you specify to the routing filter. 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 the upper bound of a range of remote TCP ports. The cmdlet assigns the upper bound that you specify to the transport filter. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-RemotePortStart []

Specifies the lower bound of a range of remote TCP ports. The cmdlet assigns the lower bound that you specify to the transport filter. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-SettingName

Specifies a setting name. The cmdlet associates the setting that you specify to the transport filter. The acceptable values for this parameter are:

-- Internet

-- Datacenter

-- Compat

-- Custom

Required? true 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

-Confirm []

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false

-WhatIf []

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value false 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

None

OUTPUTS

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: Create a transport filter

PS C:\>New-NetTransportFilter -SettingName Datacenter -DestinationPrefix 192.168.0.0/16

This command creates a transport filter for the 192.168.0.0/16 network. The data center TCP settings applies to all TCP connections between the computer and other computers in this network.

Example 2: Create a transport filter for an app

PS C:\>Get-NetTransportFilter -SettingName Compat -LocalPortStart 5000 -LocalPortEnd 5000 -RemotePortStart 6000

-RemotePortEnd 6000

This command creates a transport filter for a compatibility setting. The command specifies port ranges for both local and remote computers.

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=288397

Get-NetTransportFilter

Remove-NetTransportFilter

Set-NetTCPSetting



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™