NAME
Find-NetIPsecRule
SYNOPSIS
Gets IPsec rules that match specified criteria.SYNTAX
Find-NetIPsecRule [-AsJob] [-CimSession
] [-LocalAddress ] [-LocalPort ] [-Protocol
] [-RemotePort ] [-ThrottleLimit ] -RemoteAddress [ ] DESCRIPTION
The Find-NetIPsecRule cmdlet gets IPsec rules that match the criteria that you specify.
PARAMETERS
-AsJob [
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete. The cmdlet immediately returns an object that represents the job and then displays the command prompt. You] can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get
the job results, use the Receive-Job cmdlet.
For more information about Windows PowerShellr background jobs, see about_Jobs. Required? false Position? named Default value Accept pipeline input? false 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, suchas 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 Accept pipeline input? false Accept wildcard characters? false-LocalAddress
Specifies the local IP address of a connection. The cmdlet gets the IPSec rules that are matched to the IP address that you specify. This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of the rule. The acceptable values for this parameter are:an IPv4 or IPv6 address, host name, subnet, range, or the following keyword: Any. The acceptable formats for this parameter are:-- Single IPv4 Address: 1.2.3.4
-- Single IPv6 Address: fe80::1
-- IPv4 Subnet (by network bit count): 1.2.3.4/24
-- IPv6 Subnet (by network bit count): fe80::1/48
-- IPv4 Subnet (by network mask): 1.2.3.4/255.255.255.0
-- IPv4 Range: 1.2.3.4 through 1.2.3.7
-- IPv6 Range: fe80::1 through fe80::9
Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-LocalPort
Specifies the local port of the connection. The cmdlet gets the IPSec rules that are matched to the IP port number that you specify. This parameter value is the first end point of an IPsec rule. The acceptable values for this parameter are:ÿa port, range, and keyword. The value depends on the protocol. Protocol is TCP or UDP. The acceptable values for this parameter are:ÿ-- Port range: 0 through 65535
-- Port number: 80
-- Keyword: Any
Protocol is ICMPv4 or ICMPv6. The acceptable values for this parameter are:ÿ-- An ICMP type, code pair: 0, 8
-- Type and code: 0 through 255
-- Keyword: Any
No protocol is set. The acceptable values for this parameter are:ÿ-- Any
-- RPC
-- RPC-EPMap
-- IPHTTPS
Note: IPHTTPS is supported only on Windows Server 2012. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-Protocol
Specifies the protocol for an IPSec rule. The cmdlet gets the IPSec rules that use the protocol that you specify for the connection. The acceptable values for this parameter are:-- Protocols by number: 0 through 255
-- Protocols by name: TCP, UDP, ICMPv4, or ICMPv6.
If a port number is identified by using port1 or port2, you must specify TCP or UDP for this parameter. The values ICMPv4 and ICMPv6 create a rule that exempts ICMP network traffic from the IPsec requirements of another rule. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-RemoteAddress
Specifies the remote address of the TCP connection. The cmdlet gets the IPSec rules that are matched the IP address that you specify. This parameter value is the second end point of an IPsec rule and specifies the computer that is subject to the requirements of the rules. The acceptable values for this parameter are:an IPv4 or IPv6 address, host name, subnet, range, or the following keyword: Any. The acceptable formats for this parameter are:-- Single IPv4 Address: 1.2.3.4
-- Single IPv6 Address: fe80::1
-- IPv4 Subnet (by network bit count): 1.2.3.4/24
-- IPv6 Subnet (by network bit count): fe80::1/48
-- IPv4 Subnet (by network mask): 1.2.3.4/255.255.255.0
-- IPv4 Range: 1.2.3.4 through 1.2.3.7
-- IPv6 Range: fe80::1 through fe80::9
Required? true Position? named Default value Accept pipeline input? false Accept wildcard characters? false-RemotePort
Specifies the remote port of the TCP connection. The cmdlet gets the IPSec rules that are matched to the remote port number that you specify. This parameter value is the second end point of an IPsec rule. The acceptable values for this parameter are:a port, range, and keyword. The value depends on the protocol. Protocol is TCP or UDP. The acceptable values for this parameter are:ÿ-- Port range: 0 through 65535
-- Port number: 80
-- Keyword: Any
Protocol is ICMPv4 or ICMPv6. The acceptable values for this parameter are:ÿ-- An ICMP type, code pair: 0, 8
-- Type and code: 0 through 255
-- Keyword: Any.
No protocol is set. The acceptable values for this parameter are:ÿ-- Any
-- RPC
-- RPC-EPMap
-- IPHTTPS.
Note: IPHTTPS is supported only on Windows Server 2012. Required? false Position? named Default value 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 Accept pipeline input? false Accept wildcard characters? falseThis 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
OUTPUTS
IPsecRuleExample 1: Get an IPSec rule
PS C:\>Find-NetIPsecRule -RemoteAddress "131.107.33.200" -Protocol "TCP" -RemotePort 80
IPsecRuleNameÿÿÿÿÿÿÿÿ : {c1988b9c-9546-4eea-bf64-fbe85ddbef8c}
DisplayNameÿÿÿÿÿÿÿÿÿÿ : External Traffic - Attempt IPsec
Descriptionÿÿÿÿÿÿ ÿÿÿÿ: DisplayGroupÿÿÿÿÿÿÿÿÿ : Protection for Internet Traffic Groupÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : Protection for Internet Traffic Enabledÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : True Profileÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : Domain Platformÿÿÿÿÿÿÿÿÿÿÿÿÿ : {6.2+} Modeÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : Transport InboundSecurityÿÿÿÿÿÿ : Require OutboundSecurityÿÿÿÿÿ : RequestQuickModeCryptoSetÿÿÿ : Msit-Qm-EspAes128Sha1-Or-AhSha1
Phase1AuthSetÿÿÿÿÿÿÿÿ : Msit-Mm-Kerb-Or-CorpCertMap
Phase2AuthSetÿÿÿÿÿÿÿÿ : Msit-Em-Kerb
KeyModuleÿÿÿÿÿÿÿÿÿÿÿÿ : Default AllowWatchKeyÿ ÿÿÿÿÿÿÿ: False AllowSetKeyÿÿÿÿÿÿÿÿÿÿ : False LocalTunnelEndpointÿÿ : RemoteTunnelEndpointÿ : RemoteTunnelHostnameÿ : ForwardPathLifetimeÿÿ : 0 EncryptedTunnelBypass : False RequireAuthorizationÿ : False Userÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : PrimaryStatusÿÿÿÿÿÿÿÿ : OK Statusÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ : The rule was parsed successfully from the store. (65536) EnforcementStatusÿÿÿÿ : NotApplicable PolicyStoreSourceÿÿÿÿ : PolicyStoreSourceType : GroupPolicy This command finds the IPsec rule that the system uses for conventional web traffic to the specified IP address. The command gets the IPSec rule that matches the TCP connection that has the remote address 131.107.33.200 and that uses the remote port 80. The command returns a WMIv2 IPsec rule object.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=321134Get-NetIPsecRule
Set-NetIPsecRule
New-NetIPsecRule
Show-NetIPsecRule
Enable-NetIPsecRule
Disable-NetIPsecRule
Sync-NetIPsecRule
Rename-NetIPsecRule
Remove-NetIPsecRule
Copy-NetIPsecRule
Update-NetIPsecRule