Skip to content

Commit 44ad13d

Browse files
authored
Merge pull request MicrosoftDocs#2464 from robmazz/patch-4
Updated cmdlet information for Get-SupervisoryReviewTopCasesReport
2 parents 95c029b + 4e07920 commit 44ad13d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: "o365scc-ps"
1111
## SYNOPSIS
1212
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see Office 365 Security & Compliance Center PowerShell (https://technet.microsoft.com/library/mt587091.aspx).
1313

14-
Use the Get-SupervisoryReviewTopCasesReport cmdlet to view
14+
Use the Get-SupervisoryReviewTopCasesReport cmdlet to view the current status of the top supervision policies configured in your organization.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

@@ -29,10 +29,9 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
2929

3030
### Example 1
3131
```
32-
{{ Add example code here }}
32+
Get-SupervisoryReviewTopCasesReport | Sort-Object Policy | Format-Table Policy,Pending,Total,Date
3333
```
34-
35-
{{ Add example description here }}
34+
This example returns detailed information on supervisory policies, including the policy name, the total number of communications under review and pending, and the date of the report.
3635

3736
## PARAMETERS
3837

0 commit comments

Comments
 (0)