Skip to content

Commit a80fa08

Browse files
committed
Added IPv6 info to New/Set-ClientAccessRule
Per Issue #7052
1 parent f046aa9 commit a80fa08

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

exchange/exchange-ps/exchange/New-ClientAccessRule.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,16 @@ Accept wildcard characters: False
137137
```
138138
139139
### -AnyOfClientIPAddressesOrRanges
140-
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IP address. Valid values for this parameter are:
140+
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
141141
142-
- A single IP address: For example, 192.168.1.1.
143-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
144-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24.
142+
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
143+
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
144+
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
145145
146146
You can enter multiple values separated by commas.
147147
148+
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://docs.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
149+
148150
```yaml
149151
Type: MultiValuedProperty
150152
Parameter Sets: (All)
@@ -291,14 +293,16 @@ Accept wildcard characters: False
291293
```
292294

293295
### -ExceptAnyOfClientIPAddressesOrRanges
294-
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IP address. Valid values for this parameter are:
296+
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
295297

296-
- A single IP address: For example, 192.168.1.1.
297-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
298-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24.
298+
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
299+
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
300+
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
299301

300302
You can enter multiple values separated by commas.
301303

304+
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://docs.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
305+
302306
```yaml
303307
Type: MultiValuedProperty
304308
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-ClientAccessRule.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,18 @@ Accept wildcard characters: False
138138
```
139139

140140
### -AnyOfClientIPAddressesOrRanges
141-
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IP address. Valid values for this parameter are:
141+
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
142142

143-
- A single IP address: For example, 192.168.1.1.
144-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
145-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24.
143+
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
144+
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
145+
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
146146

147147
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
148148

149149
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
150150

151+
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://docs.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
152+
151153
```yaml
152154
Type: MultiValuedProperty
153155
Parameter Sets: (All)
@@ -298,16 +300,18 @@ Accept wildcard characters: False
298300
```
299301

300302
### -ExceptAnyOfClientIPAddressesOrRanges
301-
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IP address. Valid values for this parameter are:
303+
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
302304

303-
- A single IP address: For example, 192.168.1.1.
304-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
305-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24.
305+
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
306+
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
307+
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
306308

307309
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
308310

309311
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
310312

313+
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://docs.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
314+
311315
```yaml
312316
Type: MultiValuedProperty
313317
Parameter Sets: (All)

0 commit comments

Comments
 (0)