File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ This cmdlet enables the administrator to check status of all active and availabl
2020## SYNTAX
2121
2222``` powershell
23- Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId <Guid>] [-FullDetails] [-Action <ActionType>] [-InsightsSummary <Boolean>]
24- ```
25-
26- ## SYNTAX
27-
28- ``` powershell
29- Get-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy [-ReportId <Guid>] [-Content <ContentType>] [-Action <ActionType>]
23+ Get-SPORestrictedAccessForSitesInsights
24+ [-RACProtectedSites]
25+ [-ActionsBlockedByPolicy]
26+ [-ReportId <Guid>]
27+ [-Action <ActionType>]
28+ [-InsightsSummary]
29+ [-FullDetails]
30+ [-Content <SPOActionsBlockedByRACPolicyInsightType>]
31+ [<CommonParameters>]
3032```
3133
3234## DESCRIPTION
You can’t perform that action at this time.
0 commit comments