Skip to content

Commit 90a7866

Browse files
committed
Learn Editor: Update Get-SPORestrictedAccessForSitesInsights.md
1 parent 72935c9 commit 90a7866

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ If this cmdlet is executed with `-RACProtectedSites` as parameter, it displays t
3333

3434
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.
3535

36+
If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-FullDetails`, up to 1 million sites that are protected by restricted access control will be available for download in a CSV file format.
37+
3638
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.
3739

3840
If this cmdlet is executed with `-ActionsBlockedByPolicy` as parameter, it displays the status of all active and completed reports.
@@ -178,6 +180,23 @@ Accept pipeline input: False
178180
Accept wildcard characters: False
179181
```
180182
183+
### -FullDetails
184+
185+
It is an optional parameter, and TBD
186+
187+
```yaml
188+
Type: Bool
189+
Parameter Sets: (All)
190+
Aliases:
191+
Applicable: SharePoint Online
192+
193+
Required: False
194+
Position: Named
195+
Default value: False
196+
Accept pipeline input: False
197+
Accept wildcard characters: False
198+
```
199+
181200
### CommonParameters
182201
183202
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)