Commands › SharePoint Online
Get-SPOInformationBarriersInsightsReport
Enables the SharePoint Administrator to check status of all active and completed reports of insights on Information Barriers (IB).
Quick start script
# Get-SPOInformationBarriersInsightsReport — 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
Get-SPOInformationBarriersInsightsReport | Format-List
# 3. Export for evidence / drift tracking
Get-SPOInformationBarriersInsightsReport | Export-Clixml .\SPOInformationBarriersInsightsReport-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-SPOInformationBarriersInsightsReport [-ReportId <Guid>] [-Section <SectionType>] [-Action <ActionType>]
[-Service <ServiceType>] [<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.