Skip to content

Commit 9525808

Browse files
authored
Merge pull request #11570 from MithunRathinam/patch-5
Update Get-QuarantineMessage.md
2 parents 475e9fd + dc0b350 commit 9525808

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**: Messages that were quarantined and released by Microsoft due to a service issue have the SystemReleased property value TRUE. To filter the results by system released messages, run the following command: `Get-QuarantineMessage | where {$_.systemreleased -like "True"}`.
403+
402404
```yaml
403405
Type: ReleaseStatus[]
404406
Parameter Sets: Summary

0 commit comments

Comments
 (0)