Skip to content

Commit 544c596

Browse files
authored
Merge pull request MicrosoftDocs#1009 from MicrosoftDocs/ExMigration
ExMigration to Master
2 parents 0d3a041 + 9eb0800 commit 544c596

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ Get-QuarantineMessage | Release-QuarantineMessage -ReleaseToAll
7272

7373
This example releases all messages to all original recipients.
7474

75+
### -------------------------- Example 4 --------------------------
76+
```
77+
$q = Get-QuarantineMessage -QuarantineTypes SPOMalware; $q[-1] | Release-QuarantineMessage -Organization -ReleaseToAll
78+
```
79+
80+
This example releases a file that was quaranantined as part of Office 365 Advanced Threat Protection. The first command stores all SharePoint Online, OneDrive for Business and Microsoft Teams quarantined files in the variable $q. The second command releases the last file in the list. For more information about elements in arrays and index numbers, see Accessing and Using Array Elements (https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_arrays#accessing-and-using-array-elements).
81+
7582
## PARAMETERS
7683

7784
### -Identities

exchange/exchange-ps/exchange/reporting/Get-SupervisoryReviewPolicyReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the reporting period you specify, the Get-SupervisoryReviewPolicyReport cmdl
3333

3434
- Message Type
3535

36-
- Tag Type
36+
- Tag Type: Messages that are eligible for evaluation by the policy are `InPurview`. Messages that match the conditions of the policy are `HitPolicy`. Classifications that are manually assigned to messages by the designated reviewers using the Supervision add-in for Outlook web app are `Compliant`, `Non-compliant`, `Questionable`, and `Resolved`. Messages that match the conditions of a policy but haven't been reviewed by a designated reviewer are `Not-Reviewed`. Messages that match the conditions of a policy and have been reviewed by a designated reviewer are `New-Reviewed`.
3737

3838
- Item Count
3939

exchange/exchange-ps/exchange/sharing-and-collaboration/Set-MailPublicFolder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Set-MailPublicFolder cmdlet to configure the mail-related settings of mail-enabled public folders. If you want to configure basic settings that aren't mail-related, use the Set-PublicFolder cmdlet.
1515

16-
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
16+
NOTE: The settings that you configure on a public folder mailbox might interfere with the existing settings on a public folder within in the mailbox.
1717

18-
**NOTE:** Be aware that settings that are made on the public folders mailbox might interfere with existing settings on the public folder that is contained in the mailbox (MailPublicFolder).
18+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

2020
## SYNTAX
2121

0 commit comments

Comments
 (0)