Skip to content

Commit 03eab75

Browse files
committed
Updating proper syntax for RACInsights
1 parent 62c7567 commit 03eab75

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)