Skip to content

Commit 0d2e6cc

Browse files
authored
Merge pull request MicrosoftDocs#10502 from MicrosoftDocs/main
Publish main to live on 2/23 @ 10:30 am
2 parents 351e150 + 6bdf373 commit 0d2e6cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

exchange/exchange-ps/exchange/Release-QuarantineMessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ Accept wildcard characters: False
291291
```
292292

293293
### -ReportFalsePositive
294-
The ReportFalsePositive switch sends a notification message indicating the specified message was not spam. You don't need to specify a value with this switch.
294+
The ReportFalsePositive switch specifies whether to report the message as a false positive to Microsoft (good message marked as bad). You don't need to specify a value with this switch.
295295

296-
This switch is only available for quarantined spam messages.
296+
This switch is available only for quarantined spam messages.
297297

298298
```yaml
299299
Type: SwitchParameter

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)