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:
@@ -65,7 +71,7 @@ This cmdlet is used to generate DAG reports which deal with potential oversharin
65
71
- Content shared with Everyone except external users (EEEU) in last 28 days.
66
72
- List of sites having labelled files, as of report generation time.
67
73
- List of sites having 'too-many-users', as of report generation time, to setup an oversharing baseline.
68
-
- List of sites with direct or indirect permissions to given users.*(Private Preview)*
74
+
- List of sites with direct or indirect permissions to given users.
69
75
70
76
## EXAMPLES
71
77
@@ -77,6 +83,14 @@ Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload S
77
83
78
84
The above cmdlet generates a list of SharePoint sites which can be accessed by more than 1000 users, as of report generation day.
The above cmdlet generates a detailed report for all content shared with 'Everyone except external users' (Sites, groups and files) across both SharePoint sites and OneDrive accounts, as of report generation time.
93
+
80
94
## PARAMETERS
81
95
82
96
### -CountOfUsersMoreThan
@@ -168,7 +182,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
0 commit comments