Skip to content

Commit fc4199a

Browse files
committed
Update Get-QuarantineMessage.md
IncludeMessagesFromBlockedSenderAddress
1 parent bfba203 commit fc4199a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Get-QuarantineMessage
3838
[-EndExpiresDate <System.DateTime>]
3939
[-EndReceivedDate <System.DateTime>]
4040
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
41+
[-IncludeMessagesFromBlockedSenderAddress]
4142
[-MessageId <String>]
4243
[-MyItems]
4344
[-Page <Int32>]
@@ -214,6 +215,22 @@ Accept pipeline input: False
214215
Accept wildcard characters: False
215216
```
216217
218+
### -IncludeMessagesFromBlockedSenderAddress
219+
The IncludeMessagesFromBlockedSenderAddress switch specifies whether to include quarantined messages from blocked senders in the results. You don't need to specify a value with this switch.
220+
221+
```yaml
222+
Type: SwitchParameter
223+
Parameter Sets: Summary
224+
Aliases:
225+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
226+
227+
Required: False
228+
Position: Named
229+
Default value: None
230+
Accept pipeline input: False
231+
Accept wildcard characters: False
232+
```
233+
217234
### -MessageId
218235
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, `"<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>"`).
219236

0 commit comments

Comments
 (0)