Commands › SharePoint Online

Get-SPOInformationBarriersInsightsReport

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

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)

ParameterTypeRequiredWhat it controls
-Action ActionType Specifies whether the report is displayed in the console or downloaded as a file.
-ReportId Guid It specifies the unique Id of the report to be viewed or downloaded.
-Section SectionType This parameters helps to view the details of the specified mode.
-Service ServiceType This parameter helps to identify the type of service to view the summary of the insight report of that specified service.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.