Skip to content

Commit 72e4b64

Browse files
committed
Addressing PR review comments - SPORestrictedAccessForSitesInsights cmdlet documentation
1 parent 5807fbe commit 72e4b64

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` as parameter, it displ
6060
| CreatedDateTimeInUtc | The date and time the report creation was triggered in UTC. |
6161
| Status | The status of the report. |
6262

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:
6464

6565
| Property | Description |
6666
|:-----------------------------|:--------------------------------------------------------------|
@@ -71,14 +71,14 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content
7171
| AccessDenialsCount | Total number of access denials on the site. |
7272
| UniqueUsersBlocked | Count of Unique users denied access on the site. |
7373

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:
7575

7676
| Property | Description |
7777
|:-----------------------------|:--------------------------------------------------------------|
7878
| UserEmail | Email id of the blocked user. |
79-
| AccessDenailsCount | Total number of access denials faced by the user. |
79+
| AccessDenialsCount | Total number of access denials faced by the user. |
8080

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:
8282

8383
| Property | Description |
8484
|:-----------------------------|:--------------------------------------------------------------|
@@ -91,7 +91,7 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content
9191
| RestrictedAccessControlGroups| Entra Groups configured during policy configuration |
9292
| SiteSensitivity | The sensitivity label of the SharePoint site. |
9393

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:
9595

9696
| Property | Description |
9797
|:-----------------------------|:--------------------------------------------------------------|
@@ -111,23 +111,23 @@ If this cmdlet is executed with `-ActionsBlockedByPolicy` `-ReportId` `-Content
111111
Get-SPORestrictedAccessForSitesInsights -RACProtectedSites
112112
```
113113

114-
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.
115115

116116
### -----------------------EXAMPLE 2-----------------------------
117117

118118
```powershell
119119
Get-SPORestrictedAccessForSitesInsights –RACProtectedSites -ReportId 9d946216-afe7-49f5-8267-7b662435c70b
120120
```
121121

122-
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`
123123

124124
### -----------------------EXAMPLE 3-----------------------------
125125

126126
```powershell
127127
Get-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy -ReportId 9d946216-afe7-49f5-8267-7b662435c70b -Content TopSites
128128
```
129129

130-
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`.
131131

132132
## PARAMETERS
133133

@@ -241,4 +241,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
241241

242242
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
243243

244-
[Start-SPORestrictedAccessForSitesInsights](./Start-SPORestrictedAccessForSitesInsights.md)
244+
[Start-SPORestrictedAccessForSitesInsights](./Start-SPORestrictedAccessForSitesInsights.md)

sharepoint/sharepoint-ps/sharepoint-online/Start-SPORestrictedAccessForSitesInsights renamed to sharepoint/sharepoint-ps/sharepoint-online/Start-SPORestrictedAccessForSitesInsights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Example 1 generates the Restricted access control policy report which contains i
5353
Start-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy
5454
```
5555

56-
Example 2 generates the Restricted access control policy report which contains insights about access denails by the policy.
56+
Example 2 generates the Restricted access control policy report which contains insights about access denials by the policy.
5757

5858
## PARAMETERS
5959

@@ -116,4 +116,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
116116

117117
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
118118

119-
[Get-SPORestrictedAccessForSitesInsights](./Get-SPORestrictedAccessForSitesInsights.md)
119+
[Get-SPORestrictedAccessForSitesInsights](./Get-SPORestrictedAccessForSitesInsights.md)

0 commit comments

Comments
 (0)