Commands › Exchange Online

Get-SupervisoryReviewRule

Exchange Online ExchangeOnlineManagement Get-*

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)

ParameterTypeRequiredWhat it controls
-Identity ComplianceRuleIdParameter The Identity parameter specifies the supervisory review rule that you want to view. You can use any value that uniquely identifies the rule. For example:
-IncludeRuleXml SwitchParameter {{ Fill IncludeRuleXml Description }}
-Policy PolicyIdParameter The Policy parameter filters the results by supervisory review policy that's assigned to the rule. You can use any value that uniquely identifies the policy. For example:

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.