Commands › SharePoint Online
Start-SPOEnterpriseAppInsightsReport
This cmdlet enables administrator to trigger the build of a new enterprise application insights report for the last N days.
Quick start script
# Start-SPOEnterpriseAppInsightsReport — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com
# 2. Run and inspect
Start-SPOEnterpriseAppInsightsReport | Format-List
# 3. Export for evidence / drift tracking
Start-SPOEnterpriseAppInsightsReport | Export-Clixml .\SPOEnterpriseAppInsightsReport-$(Get-Date -Format yyyyMMdd).xml
Syntax
Start-SPOEnterpriseAppInsightsReport [-Force] [-ReportPeriodInDays <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.