Commands › Exchange Online
Get-DlpIncidentDetailReport
**Note**: This cmdlet will be retired. Use the Export-ActivityExplorerData instead. Use the Get-DlpIncidentDetailReport cmdlet to view the details of incidents that happened in the last 30 days.
Quick start script
# Get-DlpIncidentDetailReport — 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-DlpIncidentDetailReport | Format-List
# 3. Export for evidence / drift tracking
Get-DlpIncidentDetailReport | Export-Clixml .\DlpIncidentDetailReport-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-DlpIncidentDetailReport
[-Action <MultiValuedProperty>]
[-Actor <MultiValuedProperty>]
[-DlpCompliancePolicy <MultiValuedProperty>]
[-DlpComplianceRule <MultiValuedProperty>]
[-EndDate <System.DateTime>]
[-EventType <MultiValuedProperty>]
[-Page <Int32>]
[-PageSize <Int32>]
[-Source <MultiValuedProperty>]
[-StartDate <System.DateTime>]
[<CommonParameters>]
Parameters (10)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.