diff --git a/docset/winserver2012-ps/netsecurity/Set-NetFirewallRule.md b/docset/winserver2012-ps/netsecurity/Set-NetFirewallRule.md index 802df3b9e9..d97129ebba 100644 --- a/docset/winserver2012-ps/netsecurity/Set-NetFirewallRule.md +++ b/docset/winserver2012-ps/netsecurity/Set-NetFirewallRule.md @@ -522,27 +522,17 @@ Accept wildcard characters: False ### -LocalAddress Specifies that network packets with matching IP addresses match this rule. - This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. - -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. - +This parameter value is an IPv4 or IPv6 address, 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 -Note: Querying for rules with this parameter can only be performed using filter objects. +- 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 +Querying for rules with this parameter can only be performed using filter objects. See the Get-NetFirewallAddressFilter cmdlet for more information. ```yaml @@ -944,27 +934,17 @@ Accept wildcard characters: False ### -RemoteAddress Specifies that network packets with matching IP addresses match this rule. - This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. - -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. - +This parameter value is an IPv4 or IPv6 address, 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 -Note: Querying for rules with this parameter can only be performed using filter objects. +- 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 +Querying for rules with this parameter can only be performed using filter objects. See the Get-NetFirewallAddressFilter cmdlet for more information. ```yaml diff --git a/docset/winserver2012r2-ps/netsecurity/Set-NetFirewallRule.md b/docset/winserver2012r2-ps/netsecurity/Set-NetFirewallRule.md index c00f9cbe2c..b409a21376 100644 --- a/docset/winserver2012r2-ps/netsecurity/Set-NetFirewallRule.md +++ b/docset/winserver2012r2-ps/netsecurity/Set-NetFirewallRule.md @@ -554,27 +554,17 @@ Accept wildcard characters: False ### -LocalAddress Specifies that network packets with matching IP addresses match this rule. - This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. - -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. - +This parameter value is an IPv4 or IPv6 address, 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 -Note: Querying for rules with this parameter can only be performed using filter objects. +- 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 +Querying for rules with this parameter can only be performed using filter objects. See the Get-NetFirewallAddressFilter cmdlet for more information. ```yaml @@ -977,27 +967,17 @@ Accept wildcard characters: False ### -RemoteAddress Specifies that network packets with matching IP addresses match this rule. - This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. - -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. - +This parameter value is an IPv4 or IPv6 address, 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 -Note: Querying for rules with this parameter can only be performed using filter objects. +- 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 +Querying for rules with this parameter can only be performed using filter objects. See the Get-NetFirewallAddressFilter cmdlet for more information. ```yaml diff --git a/docset/winserver2016-ps/netsecurity/Set-NetFirewallRule.md b/docset/winserver2016-ps/netsecurity/Set-NetFirewallRule.md index d8ef2d54c5..04a52c2653 100644 --- a/docset/winserver2016-ps/netsecurity/Set-NetFirewallRule.md +++ b/docset/winserver2016-ps/netsecurity/Set-NetFirewallRule.md @@ -536,7 +536,7 @@ Accept wildcard characters: False ### -LocalAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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 @@ -900,7 +900,7 @@ Accept wildcard characters: False ### -RemoteAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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 diff --git a/docset/winserver2019-ps/netsecurity/Set-NetFirewallRule.md b/docset/winserver2019-ps/netsecurity/Set-NetFirewallRule.md index 77ccec450e..4804ab9560 100644 --- a/docset/winserver2019-ps/netsecurity/Set-NetFirewallRule.md +++ b/docset/winserver2019-ps/netsecurity/Set-NetFirewallRule.md @@ -536,7 +536,7 @@ Accept wildcard characters: False ### -LocalAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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 @@ -900,7 +900,7 @@ Accept wildcard characters: False ### -RemoteAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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 diff --git a/docset/winserver2022-ps/netsecurity/Set-NetFirewallRule.md b/docset/winserver2022-ps/netsecurity/Set-NetFirewallRule.md index ed4273599b..1dba62f476 100644 --- a/docset/winserver2022-ps/netsecurity/Set-NetFirewallRule.md +++ b/docset/winserver2022-ps/netsecurity/Set-NetFirewallRule.md @@ -536,7 +536,7 @@ Accept wildcard characters: False ### -LocalAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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 @@ -900,7 +900,7 @@ Accept wildcard characters: False ### -RemoteAddress Specifies that network packets with matching IP addresses match this rule. This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule. -This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any. +This parameter value is an IPv4 or IPv6 address, 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