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
This cmdlet is used to generate DAG reports which deal with potential oversharing of sensitive data. These reports are present in Sharepoint admin center. Reports are currently available for the following scenarios:
@@ -77,13 +89,14 @@ This cmdlet is used to generate DAG reports which deal with potential oversharin
77
89
- Content shared with Everyone except external users (EEEU) in last 28 days.
78
90
- List of sites having labelled files, as of report generation time.
79
91
- List of sites having 'too-many-users', as of report generation time, to setup an oversharing baseline.
92
+
- List of sites with direct or indirect permissions to given users. *(Private Preview)*
The above cmdlet generates a list of SharePoint sites which can be accessed by more than 1000 users, as of report generation day.
@@ -92,7 +105,7 @@ The above cmdlet generates a list of SharePoint sites which can be accessed by m
92
105
93
106
### -CountOfUsersMoreThan
94
107
95
-
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.
96
109
97
110
```yaml
98
111
Type: Int32
@@ -179,7 +192,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
Specifies the Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the `Get-MgUser` command from [Microsoft Graph PowerShell](/powershell/module/microsoft.graph.users/get-mguser).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments