From 80ad5bd7c6bee64480ad6be779c2831b9c74c7f2 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Wed, 25 Feb 2026 14:01:11 +0530 Subject: [PATCH] DAG PS documentation update for new command --- .../Get-SPODataAccessGovernanceInsight.md | 2 +- .../Start-SPODataAccessGovernanceInsight.md | 21 ++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPODataAccessGovernanceInsight.md index 03854e519..8cebc01e5 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPODataAccessGovernanceInsight.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPODataAccessGovernanceInsight.md @@ -54,7 +54,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep Type: Microsoft.Online.SharePoint.TenantAdministration.ReportEntityEnum Parameter Sets: GetAllReportsParameterSet Aliases: -Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport +Accepted values: Everyone, EveryoneExceptExternalUsers, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport, SensitivityLabelForFiles, SharingLinks_Anyone, SharingLinks_Guests, SharingLinks_PeopleInYourOrg Required: True Position: Named diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md index ae9a5df92..1b8f348ab 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md @@ -57,6 +57,12 @@ Start-SPODataAccessGovernanceInsight -ReportEntity -Workload [] ``` +### DetailedEEEUParameterSet +``` +Start-SPODataAccessGovernanceInsight -ReportEntity -ReportType + [] +``` + ## DESCRIPTION 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 - Content shared with Everyone except external users (EEEU) in last 28 days. - List of sites having labelled files, as of report generation time. - List of sites having 'too-many-users', as of report generation time, to setup an oversharing baseline. -- List of sites with direct or indirect permissions to given users. *(Private Preview)* +- List of sites with direct or indirect permissions to given users. ## EXAMPLES @@ -77,6 +83,15 @@ Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload S The above cmdlet generates a list of SharePoint sites which can be accessed by more than 1000 users, as of report generation day. +### Example 2 + +```powershell +Start-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsers -ReportType Snapshot +``` + +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. + + ## PARAMETERS ### -CountOfUsersMoreThan @@ -168,7 +183,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep Type: Microsoft.Online.SharePoint.TenantAdministration.ReportEntityEnum Parameter Sets: (All) Aliases: -Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport +Accepted values: Everyone, EveryoneExceptExternalUsers, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport, SensitivityLabelForFiles, SharingLinks_Anyone, SharingLinks_Guests, SharingLinks_PeopleInYourOrg Required: True Position: Named @@ -249,7 +264,7 @@ Specifies whether the report is for SharePoint sites or OneDrive accounts. ```yaml Type: Microsoft.Online.SharePoint.TenantAdministration.WorkloadEnum -Parameter Sets: (All) +Parameter Sets: EEEUParameterSet, LabelParameterSet, SharingLinkParameterSet, SitePermissionsParameterSet, UserPermissionsParameterSet Aliases: Accepted values: SharePoint, OneDriveForBusiness