You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedAccessForSitesInsights.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` as parameter, it displ
60
60
| CreatedDateTimeInUtc | The date and time the report creation was triggered in UTC. |
61
61
| Status | The status of the report. |
62
62
63
-
If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content TopSites` as parameter, top 100 sites with highest access denials by Restrcited access control will be displayed with the following properties:
63
+
If this cmdlet is executed with `-ActionsBlockedByPolicy``-ReportId``-Content TopSites` as parameter, top 100 sites with highest access denials by Restricted access control will be displayed with the following properties:
@@ -71,14 +71,14 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content
71
71
| AccessDenialsCount | Total number of access denials on the site. |
72
72
| UniqueUsersBlocked | Count of Unique users denied access on the site. |
73
73
74
-
If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content TopUsers` as parameter, top 10 users with highest access denials by Restrcited access control will be displayed with the following properties:
74
+
If this cmdlet is executed with `-ActionsBlockedByPolicy``-ReportId``-Content TopUsers` as parameter, top 10 users with highest access denials by Restricted access control will be displayed with the following properties:
| AccessDenailsCount | Total number of access denials faced by the user. |
79
+
|AccessDenialsCount| Total number of access denials faced by the user. |
80
80
81
-
If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content AllDenials` as parameter, most recent 100 access denials by Restrcited access control in the last 28 days will be displayed with the following properties:
81
+
If this cmdlet is executed with `-ActionsBlockedByPolicy``-ReportId``-Content AllDenials` as parameter, most recent 100 access denials by Restricted access control in the last 28 days will be displayed with the following properties:
@@ -91,7 +91,7 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content
91
91
| RestrictedAccessControlGroups| Entra Groups configured during policy configuration |
92
92
| SiteSensitivity | The sensitivity label of the SharePoint site. |
93
93
94
-
If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content SiteDistribution` as parameter, distribution of access denials by Restrcited access control on different site types will be displayed with the following properties:
94
+
If this cmdlet is executed with `-ActionsBlockedByPolicy``-ReportId``-Content SiteDistribution` as parameter, distribution of access denials by Restricted access control on different site types will be displayed with the following properties:
Example 1 enables administrator to view the status of all active and completed reports on list of sites protected with resticted access control policy.
114
+
Example 1 enables administrator to view the status of all active and completed reports on list of sites protected with restricted access control policy.
Example 2 enables administrator to view the list of sites protected with resticted access control policy report with ReportId: `9d946216-afe7-49f5-8267-7b662435c70b`
122
+
Example 2 enables administrator to view the list of sites protected with restricted access control policy report with ReportId: `9d946216-afe7-49f5-8267-7b662435c70b`
Example 3 enables administrator to view the top sites with access denials due to restriited access control policy report of ReportId: `9d946216-afe7-49f5-8267-7b662435c70b`.
130
+
Example 3 enables administrator to view the top sites with access denials due to restricted access control policy report of ReportId: `9d946216-afe7-49f5-8267-7b662435c70b`.
131
131
132
132
## PARAMETERS
133
133
@@ -241,4 +241,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
241
241
242
242
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments