Skip to content

Commit dc0b350

Browse files
authored
Update Get-QuarantineMessage.md
1 parent 1963d21 commit dc0b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ 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.
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"}`.
403403

404404
```yaml
405405
Type: ReleaseStatus[]

0 commit comments

Comments
 (0)