Commands › Exchange Online
Get-SupervisoryReviewRule
This cmdlet is functional only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell. Use the Get-SupervisoryReviewRule cmdlet to modify supervisory review rules in the Microsoft Purview compliance portal. Supervisory review lets you define policies that capture communications in your organization so they can be examined by internal or external reviewers.
Quick start script
# Get-SupervisoryReviewRule — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org
# 2. Run and inspect
Get-SupervisoryReviewRule | Format-List
# 3. Export for evidence / drift tracking
Get-SupervisoryReviewRule | Export-Clixml .\SupervisoryReviewRule-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-SupervisoryReviewRule [[-Identity] <ComplianceRuleIdParameter>]
[-IncludeRuleXml]
[-Policy <PolicyIdParameter>]
[<CommonParameters>]
Parameters (3)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.