Skip to content

Commit 529a63e

Browse files
authored
Merge branch 'main' into patch-2
2 parents 8491252 + 4739855 commit 529a63e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 additions & 1 deletion
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,6 +35,8 @@ 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

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.
39+
3640
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.
3741

3842
If this cmdlet is executed with `-ActionsBlockedByPolicy` as parameter, it displays the status of all active and completed reports.
@@ -178,6 +182,23 @@ Accept pipeline input: False
178182
Accept wildcard characters: False
179183
```
180184
185+
### -FullDetails
186+
187+
It is an optional parameter and allows to download a CSV file containing up to 1 million records.
188+
189+
```yaml
190+
Type: SwitchParameter
191+
Parameter Sets: (All)
192+
Aliases:
193+
Applicable: SharePoint Online
194+
195+
Required: False
196+
Position: Named
197+
Default value: False
198+
Accept pipeline input: False
199+
Accept wildcard characters: False
200+
```
201+
181202
### CommonParameters
182203
183204
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)