Commands › Exchange Online

Get-SupervisoryReviewPolicyV2

Exchange Online ExchangeOnlineManagement Get-*

This cmdlet is functional only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell. Use the Get-SupervisoryReviewPolicyV2 cmdlet to view supervisory review policies 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-SupervisoryReviewPolicyV2 — 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-SupervisoryReviewPolicyV2 | Format-List

# 3. Export for evidence / drift tracking
Get-SupervisoryReviewPolicyV2 | Export-Clixml .\SupervisoryReviewPolicyV2-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SupervisoryReviewPolicyV2 [[-Identity] <PolicyIdParameter>]
 [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Identity PolicyIdParameter The Identity parameter specifies the supervisory review policy that you want to view. 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.