Skip to content

Commit 6353b5c

Browse files
committed
Updating min value for CountOfUsers
1 parent 3e79fbb commit 6353b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This cmdlet is used to generate DAG reports which deal with potential oversharin
9696
### Example 1
9797

9898
```powershell
99-
Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 1000
99+
Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 0
100100
```
101101

102102
The above cmdlet generates a list of SharePoint sites which can be accessed by more than 1000 users, as of report generation day.
@@ -105,7 +105,7 @@ The above cmdlet generates a list of SharePoint sites which can be accessed by m
105105

106106
### -CountOfUsersMoreThan
107107

108-
Specifies the threshold of oversharing as defined by the number of users that can access the site. The number of users that can access the site are determined by expanding all users, groups across all permissions (at site level and at the level of any item with unqiue permissions), deduplicate and arrive at a unique number. Minimum value is 100.
108+
Specifies the threshold of oversharing as defined by the number of users that can access the site. The number of users that can access the site are determined by expanding all users, groups across all permissions (at site level and at the level of any item with unqiue permissions), deduplicate and arrive at a unique number. Minimum value is 0.
109109

110110
```yaml
111111
Type: Int32

0 commit comments

Comments
 (0)