Skip to content

Commit 223b8b4

Browse files
committed
Learn Editor: Update Get-SPORestrictedAccessForSitesInsights.md
1 parent 7f42a72 commit 223b8b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ This cmdlet enables the administrator to check status of all active and availabl
2020
## SYNTAX
2121

2222
```powershell
23-
Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId <Guid>] [-Action <ActionType>] [-InsightsSummary <Boolean>]
23+
Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId <Guid>] [-FullDetails] [-Action <ActionType>] [-InsightsSummary <Boolean>]
2424
```
2525

26+
## SYNTAX
27+
2628
```powershell
2729
Get-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy [-ReportId <Guid>] [-Content <ContentType>] [-Action <ActionType>]
2830
```
@@ -33,7 +35,7 @@ If this cmdlet is executed with `-RACProtectedSites` as parameter, it displays t
3335

3436
If this cmdlet is executed with `-RACProtectedSites` `-ReportId` as parameter, top 100 sites with the highest page views that are protected by restricted access control will be displayed.
3537

36-
If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-FullDetails` `-Download`, a CSV file containing list of up to 1 million sites protected by restricted access control will be downloaded.
38+
If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-FullDetails` `-Action Download`, a CSV file containing list of up to 1 million sites protected by restricted access control will be downloaded.
3739

3840
If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-InsightsSummary` as parameter, the count of sites protected with restricted access control compared to total number of sites will be displayed.
3941

0 commit comments

Comments
 (0)