Skip to content

Commit e2287a3

Browse files
committed
Update Set-HostedConnectionFilterPolicy.md
Issue #10499
1 parent d34bc85 commit e2287a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ The IPAllowList parameter specifies IP addresses from which messages are always
162162

163163
You can specify multiple IP addresses of the same type separated by commas. For example, `SingleIP1, SingleIP2,...SingleIPN` or `CIDRIP1,CIDRIP2,...CIDRIPN`. To specify multiple IP addresses of different types at the same time, you need to use the following multivalued property syntax: `@{Add="SingleIP1","IPRange1","CIDRIP1",...}`.
164164

165+
**Note**: IPv6 ranges are not supported.
166+
165167
```yaml
166168
Type: MultiValuedProperty
167169
Parameter Sets: (All)
@@ -184,6 +186,8 @@ The IPBlockList parameter specifies IP addresses from which messages are never a
184186

185187
You can specify multiple IP addresses of the same type separated by commas. For example, `SingleIP1, SingleIP2,...SingleIPN` or `CIDRIP1,CIDRIP2,...CIDRIPN`. To specify multiple IP addresses of different types at the same time, you need to use the following multivalued property syntax: `@{Add="SingleIP1","IPRange1","CIDRIP1",...}`.
186188

189+
**Note**: IPv6 ranges are not supported.
190+
187191
```yaml
188192
Type: MultiValuedProperty
189193
Parameter Sets: (All)

0 commit comments

Comments
 (0)