Edit

Share via


Get-SPOInformationBarriersInsightsReport

Enables the SharePoint Administrator to check status of all active and completed reports of insights on Information Barriers (IB).

Syntax

Get-SPOInformationBarriersInsightsReport
   [-ReportId <Guid>]
   [-Section <SectionType>]
   [-Action <ActionType>]
   [-Service <ServiceType>]
   [-FullDetails]
   [<CommonParameters>]

Description

If this cmdlet is executed without any parameters, it displays the status of all active and completed reports with the following properties:

Property Description
Content Display the IB modes for sites present in the report.
State The status of the report.
Id The unique Id of the report.
StartTimeInUtc The date and time in UTC when the report creation was started.
CompleteTimeInUtc The date and time in UTC when the report creation was completed.
QueuedTimeInUtc The date and time in UTC when the report creation was triggered.

Examples

Example 1

Get-SPOInformationBarriersInsightsReport -ReportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776

In the above example, the insights report results are displayed for SharePoint sites included in the organization with given ID.

Example 2

Get-SPOInformationBarriersInsightsReport -ReportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776 -service OneDrive

This example helps to view summary of the modes with results for OneDrive sites from the generated report ID. In the above example, the insights report results are displayed for OneDrive accounts included in the organization with an ID of ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776. The values in the Content line represent the modes that have results in the report. If a mode (applicable to OneDrive) isn't listed, there aren't any OneDrive accounts in the organization with that mode.

Parameters

-Action

Specifies whether the report is displayed in the console or downloaded as a file.

  • If set to View, the report is displayed directly in the PowerShell window.
  • If set to Download, the report is saved as a CSV file in the directory where the command is run.
Type:ActionType
Accepted values:View, Download
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FullDetails

It is an optional parameter and allows to download a CSV file containing up to 1 million records.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ReportId

It specifies the unique Id of the report to be viewed or downloaded.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Section

This parameters helps to view the details of the specified mode.

Type:SectionType
Accepted values:Explicit, Implicit, Open, OwnerModerated, ModeDistribution, Mixed
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Service

This parameter helps to identify the type of service to view the summary of the insight report of that specified service.

Type:ServiceType
Accepted values:OneDrive, SharePoint
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object