Skip to content

Commit 52c0068

Browse files
Update quarantine-faq.yml
corrections
1 parent 946c8b4 commit 52c0068

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

defender-office-365/quarantine-faq.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ sections:
176176
- question: |
177177
Are wildcards supported when searching for quarantined messages? Can I search for quarantined messages for a specific domain?
178178
answer: |
179-
Wildcards aren't supported in the Microsoft Defender portal. For example, when searching for a sender, you need to specify the full email address. But, you can use wildcards in Exchange Online PowerShell PowerShell.
179+
Wildcards are supported in both the Microsoft Defender portal and Exchange Online PowerShell.
180+
For example, you can use a wildcard such as *@contoso.com as a sender address and/or recipient address filter in the Quarantine portal or as PowerShell parameters to search for quarantined messages.
180181
181-
For example, copy the following PowerShell code into NotePad and save the file as .ps1 in a location that's easy for you to find (for example, C:\Data\QuarantineRelease.ps1).
182+
For bulk search and release, copy the following PowerShell code into NotePad and save the file as .ps1 in a location that's easy for you to find (for example, C:\Data\QuarantineRelease.ps1).
182183
183184
Then, after you connect to [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell), run the following command to run the script:
184185

0 commit comments

Comments
 (0)