Skip to content

Commit 1963d21

Browse files
Update Get-QuarantineMessage.md
Added a NOTE regards to "System Released" Messages .
1 parent 475e9fd commit 1963d21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exchange/exchange-ps/exchange/Get-QuarantineMessage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ The ReleaseStatus parameter filters the results by the release status of the mes
399399

400400
You can specify multiple values separated by commas.
401401

402+
**NOTE**: For messages that were quarantined and released by Microsoft due to a service issue, SystemReleased property would be set to TRUE . You can use the command `Get-QuarantineMessage | ? {$_.systemreleased -like "True"}` to filter the system-released messages.
403+
402404
```yaml
403405
Type: ReleaseStatus[]
404406
Parameter Sets: Summary

0 commit comments

Comments
 (0)