Commands › Exchange Online
Get-SensitiveInformationScan
For more information, see Security & Compliance PowerShell. Use the Get-SensitiveInformationScan cmdlet to view the properties of sensitive information scans.
Quick start script
# Get-SensitiveInformationScan — 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-SensitiveInformationScan | Format-List
# 3. Export for evidence / drift tracking
Get-SensitiveInformationScan | Export-Clixml .\SensitiveInformationScan-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-SensitiveInformationScan [[-Identity] <PolicyIdParameter>]
[-IncludeImpactAssessment <Boolean>]
[-IncludeProgressForAllActiveScans <Boolean>]
[-IncludeScanProgress <Boolean>]
[<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.