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

Default (Default)

Get-SPOInformationBarriersInsightsReport
    [-ReportId <Guid>]
    [-Section <SectionType>]
    [-Action <ActionType>]
    [-Service <ServiceType>]
    [<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.

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.ActionType
Default value:None
Accepted values:View, Download
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ReportId

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

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Section

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

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.SectionType
Default value:None
Accepted values:Explicit, Implicit, Open, OwnerModerated, ModeDistribution, Mixed
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Service

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

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.ServiceType
Default value:None
Accepted values:OneDrive, SharePoint
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object