Skip to content

Commit 075bfb3

Browse files
committed
DAG new report documentation
1 parent cc6aede commit 075bfb3

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(diff:*)"
5+
]
6+
}
7+
}

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPODataAccessGovernanceInsight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
5454
Type: Microsoft.Online.SharePoint.TenantAdministration.ReportEntityEnum
5555
Parameter Sets: GetAllReportsParameterSet
5656
Aliases:
57-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport
57+
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport, EveryoneExceptExternalUsers, Everyone
5858

5959
Required: True
6060
Position: Named

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload
5757
[<CommonParameters>]
5858
```
5959

60+
### DetailedEEEUParameterSet
61+
```
62+
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -ReportType <ReportTypeEnum>
63+
[<CommonParameters>]
64+
```
65+
6066
## DESCRIPTION
6167

6268
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
6571
- Content shared with Everyone except external users (EEEU) in last 28 days.
6672
- List of sites having labelled files, as of report generation time.
6773
- 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.
6975

7076
## EXAMPLES
7177

@@ -77,6 +83,14 @@ Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload S
7783

7884
The above cmdlet generates a list of SharePoint sites which can be accessed by more than 1000 users, as of report generation day.
7985

86+
### Example 2
87+
88+
```powershell
89+
Start-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsers -ReportType Snapshot
90+
```
91+
92+
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+
8094
## PARAMETERS
8195

8296
### -CountOfUsersMoreThan
@@ -168,7 +182,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
168182
Type: Microsoft.Online.SharePoint.TenantAdministration.ReportEntityEnum
169183
Parameter Sets: (All)
170184
Aliases:
171-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport
185+
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport, EveryoneExceptExternalUsers, Everyone
172186

173187
Required: True
174188
Position: Named
@@ -249,7 +263,7 @@ Specifies whether the report is for SharePoint sites or OneDrive accounts.
249263
250264
```yaml
251265
Type: Microsoft.Online.SharePoint.TenantAdministration.WorkloadEnum
252-
Parameter Sets: (All)
266+
Parameter Sets: EEEUParameterSet, SharingLinkParameterSet, LabelParameterSet, SitePermissionsParameterSet, UserPermissionsParameterSet
253267
Aliases:
254268
Accepted values: SharePoint, OneDriveForBusiness
255269

0 commit comments

Comments
 (0)