Skip to content

Commit 90836c1

Browse files
authored
Update Release-QuarantineMessage.md
1 parent 05911f1 commit 90836c1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

exchange/exchange-ps/exchange/Release-QuarantineMessage.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ This cmdlet is available only in the cloud-based service.
1717

1818
Use the Release-QuarantineMessage cmdlet to release messages from quarantine in your cloud-based organization. You can release messages to all original recipients, or to specific recipients.
1919

20-
> [!NOTE]
21-
22-
> this message gets bifurcated by gmail as 2 messages and gets routed to quarantine as phish
23-
> Microsoft admin then goes to quarantine and releases both these messages to [email protected]
24-
> the first message that reaches mailbox gets delivered
25-
> second message that reaches mailbox gets tagged as duplicate and delivery is skipped
26-
> Store has duplicate detection logic where if message with same message id and received time is delivered to a mailbox - then second one is failed as duplicate
27-
2820
For files that are protected by Office 365 Advanced Threat Protection in SharePoint Online, OneDrive for Business and Microsoft Teams, you can unblock the files in the respective team sites and document libraries by using the Release-QuarantineMessage cmdlet so users can access, share, and download the files.
2921

3022
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Use the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online-powershell-v2).
@@ -75,6 +67,8 @@ Release-QuarantineMessage -Identity <QuarantineMessageIdentity>
7567
```
7668

7769
## DESCRIPTION
70+
Scenario: [email protected] sends a message to [email protected] and [email protected]. Gmail bifurcates this message into two copies that are both routed to quarantine as phishing in Microsoft. An admin releases both of these messages to [email protected]. The first message that reaches the mailbox is delivered. The second message is identified as duplicate delivery and is skipped. Message are identified as duplicates if they have the same message ID and received time.
71+
7872
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
7973

8074
## EXAMPLES

0 commit comments

Comments
 (0)