-
Notifications
You must be signed in to change notification settings - Fork 196
DAG new report documentation #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(diff:*)" | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,6 +57,12 @@ Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload | |
| [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### DetailedEEEUParameterSet | ||
| ``` | ||
| Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -ReportType <ReportTypeEnum> | ||
| [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ## 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,14 @@ 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 +182,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: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport, EveryoneExceptExternalUsers, Everyone | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd list these values in sorted order, for easy perusal |
||
| Required: True | ||
| Position: Named | ||
|
|
@@ -249,7 +263,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, SharingLinkParameterSet, LabelParameterSet, SitePermissionsParameterSet, UserPermissionsParameterSet | ||
| Aliases: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd list these values in sorted order, for easy perusal |
||
| Accepted values: SharePoint, OneDriveForBusiness | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd list these values in sorted order, for easy perusal