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/dhcpserver/Add-DhcpServerv4Reservation.md b/docset/winserver2012r2-ps/dhcpserver/Add-DhcpServerv4Reservation.md index 97435c1596..fef620005d 100644 --- a/docset/winserver2012r2-ps/dhcpserver/Add-DhcpServerv4Reservation.md +++ b/docset/winserver2012r2-ps/dhcpserver/Add-DhcpServerv4Reservation.md @@ -42,10 +42,13 @@ This example adds all of the reservations in the file named Reservations.csv to The Import-Csvhttp://go.microsoft.com/fwlink/p/?LinkId=113341 cmdlet returns the objects with reservation fields and pipes the objects to this cmdlet, which adds these reservations to the DHCP server services. The file named Reservations.csv should contain the reservations in the following comma-separated values (CSV) format: -`ScopeId,IPAddress,Name,ClientId,Description` -`10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1` -`20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2` -`30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3` +ScopeId,IPAddress,Name,ClientId,Description + +10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1 + +20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2 + +30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3 ### EXAMPLE 3 ``` 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/dhcpserver/Add-DhcpServerv4Reservation.md b/docset/winserver2016-ps/dhcpserver/Add-DhcpServerv4Reservation.md index a23465f2ed..c8b4feef2f 100644 --- a/docset/winserver2016-ps/dhcpserver/Add-DhcpServerv4Reservation.md +++ b/docset/winserver2016-ps/dhcpserver/Add-DhcpServerv4Reservation.md @@ -43,10 +43,13 @@ This example adds all of the reservations in the file that is named Reservations The **Import-Csv** cmdlet returns the objects that have reservation fields and pipes the objects to this cmdlet, which adds these reservations to the DHCP server services. The file that is named Reservations.csv should contain the reservations in the following comma-separated values (CSV) format: -`ScopeId,IPAddress,Name,ClientId,Description` -`10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1` -`20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2` -`30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3` +ScopeId,IPAddress,Name,ClientId,Description + +10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1 + +20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2 + +30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3 ### Example 3: Convert a lease to a reservation ``` 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/dhcpserver/Add-DhcpServerv4Reservation.md b/docset/winserver2019-ps/dhcpserver/Add-DhcpServerv4Reservation.md index cdd56e4508..6eda28aab8 100644 --- a/docset/winserver2019-ps/dhcpserver/Add-DhcpServerv4Reservation.md +++ b/docset/winserver2019-ps/dhcpserver/Add-DhcpServerv4Reservation.md @@ -43,10 +43,13 @@ This example adds all of the reservations in the file that is named Reservations The **Import-Csv** cmdlet returns the objects that have reservation fields and pipes the objects to this cmdlet, which adds these reservations to the DHCP server services. The file that is named Reservations.csv should contain the reservations in the following comma-separated values (CSV) format: -`ScopeId,IPAddress,Name,ClientId,Description` -`10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1` -`20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2` -`30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3` +ScopeId,IPAddress,Name,ClientId,Description + +10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1 + +20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2 + +30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3 ### Example 3: Convert a lease to a reservation ``` 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/dhcpserver/Add-DhcpServerv4Reservation.md b/docset/winserver2022-ps/dhcpserver/Add-DhcpServerv4Reservation.md index 3a000d1232..896457cea1 100644 --- a/docset/winserver2022-ps/dhcpserver/Add-DhcpServerv4Reservation.md +++ b/docset/winserver2022-ps/dhcpserver/Add-DhcpServerv4Reservation.md @@ -43,10 +43,13 @@ This example adds all of the reservations in the file that is named Reservations The **Import-Csv** cmdlet returns the objects that have reservation fields and pipes the objects to this cmdlet, which adds these reservations to the DHCP server services. The file that is named Reservations.csv should contain the reservations in the following comma-separated values (CSV) format: -`ScopeId,IPAddress,Name,ClientId,Description` -`10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1` -`20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2` -`30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3` +ScopeId,IPAddress,Name,ClientId,Description + +10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1 + +20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2 + +30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3 ### Example 3: Convert a lease to a reservation ``` 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