Skip to content

Commit e106446

Browse files
committed
Updated as per comments
1 parent f261f86 commit e106446

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOInformationBarriersInsightsReport.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
Rnables the SharePoint administrator to check status of all active and completed reports of insights on Information Barriers (IB).
18+
Enables the SharePoint Administrator to check status of all active and completed reports of insights on Information Barriers (IB).
1919

2020
## SYNTAX
2121

@@ -29,7 +29,7 @@ If this cmdlet is executed without any parameters, it displays the status of all
2929

3030
|Property |Description |
3131
|---------|---------|
32-
|Content | Display the [modes of IB](/purview/information-barriers-insights-report) for sites present in the report. |
32+
|Content | Display the [IB modes](/purview/information-barriers-insights-report) for sites present in the report. |
3333
|State | The status of the report. |
3434
|Id | The unique Id of the report. |
3535
|StartTimeInUtc | The date and time in UTC when the report creation was started. |
@@ -41,24 +41,27 @@ If this cmdlet is executed without any parameters, it displays the status of all
4141
### Example 1
4242

4343
```powershell
44-
Get-SPOInformationBarriersInsightsReport -reportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776
44+
Get-SPOInformationBarriersInsightsReport -ReportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776
4545
```
4646

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

4949
### Example 2
5050

5151
```powershell
52-
Get-SPOInformationBarriersInsightsReport -reportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776 -service OneDrive
52+
Get-SPOInformationBarriersInsightsReport -ReportId ec65a1cf-9b1a-48c2-a1b4-f923ac4c0776 -service OneDrive
5353
```
5454

55-
The above cmdlet 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.
55+
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.
5656

5757
## PARAMETERS
5858

5959
### -Action
6060

61-
It determines whether a report would be viewed or downloaded. If the value of -Action is set as View, it will display the output on the PowerShell screen. Else if the value of -Action is set as Download, it will download the full report in CSV format to the same path from where the command was run.
61+
Specifies whether the report is displayed in the console or downloaded as a file.
62+
63+
- If set to `View`, the report is displayed directly in the PowerShell window.
64+
- If set to `Download`, the report is saved as a CSV file in the directory where the command is run.
6265

6366
```yaml
6467
Type: ActionType
@@ -141,7 +144,7 @@ Accept wildcard characters: False
141144
142145
### CommonParameters
143146
144-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
147+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
145148

146149
## INPUTS
147150

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOInformationBarriersInsightsReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example generates IB reports without asking for further confirmation.
4141

4242
### -Yes
4343

44-
This boolean parameter will start generating the IB report.
44+
This parameter provides confirmation to generate the IB report.
4545

4646
```yaml
4747
Type: Boolean
@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
9191
### CommonParameters
9292
93-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
93+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
9494

9595
## INPUTS
9696

0 commit comments

Comments
 (0)