Commands › SharePoint Online
Start-SPOCopilotAgentInsightsReport
Using this cmdlet, administrators may trigger the build of a new Copilot agent insight report for the specified number of days. > [!NOTE] > The feature associated with this cmdlet will be rolling out soon.
Quick start script
# Start-SPOCopilotAgentInsightsReport — 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-SPOCopilotAgentInsightsReport | Format-List
# 3. Export for evidence / drift tracking
Start-SPOCopilotAgentInsightsReport | Export-Clixml .\SPOCopilotAgentInsightsReport-$(Get-Date -Format yyyyMMdd).xml
Syntax
Start-SPOCopilotAgentInsightsReport [-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.