Skip to content

Commit 40caab3

Browse files
committed
Incorporated latest suggestions
1 parent bbad15e commit 40caab3

File tree

6 files changed

+53
-34
lines changed

6 files changed

+53
-34
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
2+
external help file: [https://learn.microsoft.com/powershell/module/sharepoint-online/Export-SPODataAccessGovernanceInsight](https://learn.microsoft.com/powershell/module/sharepoint-online/Export-SPODataAccessGovernanceInsight)
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:

sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
2+
external help file: [https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPODataAccessGovernanceInsight](https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPODataAccessGovernanceInsight)
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:
@@ -30,7 +30,7 @@ Get-SPODataAccessGovernanceInsight -ReportID <Guid> [<CommonParameters>]
3030

3131
## DESCRIPTION
3232

33-
Fetch details of various Data Access Governance (DAG) reports available in SharePoint admin center.
33+
Fetch details of various DAG reports available in SharePoint admin center.
3434

3535
## EXAMPLES
3636

@@ -46,7 +46,7 @@ The above cmdlet fetches all DAG reports about 'Everyone except external users'
4646

4747
### -ReportEntity
4848

49-
Specifies the entity that could cause oversharing and hence tracked by these reports. For eg: Sharing links, sharing with Everyone except external users, users with permissions etc.
49+
Specifies the entity that could cause oversharing and hence tracked by these reports.
5050

5151
```yaml
5252
Type: ReportEntityEnum
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
8080
### -ReportType
8181
82-
Specifies the time period of data of the reports to be fetched i.e., fetch 'Snapshot' reports or 'RecentActivity' reports.
82+
Specifies the time period of data of the reports to be fetched. A 'Snapshot' report will have the latest data as of the report generation time. A 'RecentActivity' report will be based on data in the last 28 days.
8383
8484
```yaml
8585
Type: ReportTypeEnum

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
2+
external help file: [https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOSiteReview](https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOSiteReview)
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:
@@ -36,7 +36,7 @@ The above cmdlet retrieves all site access reviews raised under all 'Permissione
3636
## PARAMETERS
3737

3838
### -ReportEntity
39-
Specifies the entity that could cause oversharing and hence tracked by these reports. For eg: Sharing links, sharing with Everyone except external users, users with permissions etc.
39+
Specifies the entity that could cause oversharing and hence tracked by these reports.
4040

4141
```yaml
4242
Type: SiteAccessReportEntityEnum

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:

sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md

Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:
@@ -18,39 +18,58 @@ This cmdlet generates Data Access Governance (DAG) reports meant to provide insi
1818
## SYNTAX
1919

2020
### EEEUParameterSet
21+
2122
```
22-
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
23-
-ReportType <ReportTypeEnum> -Name <String>
24-
[-Template <System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum]>]
25-
[-Privacy <PrivacyEnum>] [-SiteSensitivityLabelGUID <System.Collections.Generic.List`1[System.Guid]>]
26-
[<CommonParameters>]
23+
Start-SPODataAccessGovernanceInsight
24+
-ReportEntity <ReportEntityEnum>
25+
-Workload <WorkloadEnum>
26+
-ReportType <ReportTypeEnum>
27+
-Name <String>
28+
[-Template <System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum]>]
29+
[-Privacy <PrivacyEnum>]
30+
[-SiteSensitivityLabelGUID <System.Collections.Generic.List`1[System.Guid]>]
31+
[<CommonParameters>]
2732
```
2833

2934
### SharingLinkParameterSet
35+
3036
```
31-
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
32-
-ReportType <ReportTypeEnum> [<CommonParameters>]
37+
Start-SPODataAccessGovernanceInsight
38+
-ReportEntity <ReportEntityEnum>
39+
-Workload <WorkloadEnum>
40+
-ReportType <ReportTypeEnum> [<CommonParameters>]
3341
```
3442

3543
### LabelParameterSet
44+
3645
```
37-
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
38-
-ReportType <ReportTypeEnum> [-FileSensitivityLabelName <String>] -FileSensitivityLabelGUID <Guid>
39-
[<CommonParameters>]
46+
Start-SPODataAccessGovernanceInsight
47+
-ReportEntity <ReportEntityEnum>
48+
-Workload <WorkloadEnum>
49+
-ReportType <ReportTypeEnum>
50+
[-FileSensitivityLabelName <String>]
51+
-FileSensitivityLabelGUID <Guid>
52+
[<CommonParameters>]
4053
```
4154

4255
### SitePermissionsParameterSet
56+
4357
```
44-
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
45-
-ReportType <ReportTypeEnum> -Name <String>
46-
[-Template <System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum]>]
47-
[-Privacy <PrivacyEnum>] [-SiteSensitivityLabelGUID <System.Collections.Generic.List`1[System.Guid]>]
48-
-CountOfUsersMoreThan <Int32> [<CommonParameters>]
58+
Start-SPODataAccessGovernanceInsight
59+
-ReportEntity <ReportEntityEnum>
60+
-Workload <WorkloadEnum>
61+
-ReportType <ReportTypeEnum>
62+
-Name <String>
63+
[-Template <System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum]>]
64+
[-Privacy <PrivacyEnum>]
65+
[-SiteSensitivityLabelGUID <System.Collections.Generic.List`1[System.Guid]>]
66+
-CountOfUsersMoreThan <Int32>
67+
[<CommonParameters>]
4968
```
5069

5170
## DESCRIPTION
5271

53-
This cmdlet is used to generate Data Access Governance (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:
72+
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:
5473

5574
- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally).
5675
- Content shared with Everyone except external users (EEEU) in last 28 days.
@@ -152,7 +171,7 @@ Accept wildcard characters: False
152171
153172
### -ReportEntity
154173
155-
Specifies the entity that could cause oversharing and hence tracked by these reports. For eg: Sharing links, sharing with Everyone except external users, users with permissions etc.
174+
Specifies the entity that could cause oversharing and hence tracked by these reports.
156175
157176
```yaml
158177
Type: ReportEntityEnum
@@ -169,7 +188,7 @@ Accept wildcard characters: False
169188
170189
### -ReportType
171190
172-
Specifies the time period of data based on which DAG report is generated. A 'Snapshot' report will have the latest data as of the report generation time. A 'RecentActivity' report will be based on data in the last 'X' days.
191+
Specifies the time period of data based on which DAG report is generated. A 'Snapshot' report will have the latest data as of the report generation time. A 'RecentActivity' report will be based on data in the last 28 days.
173192
174193
```yaml
175194
Type: ReportTypeEnum

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version:
55
schema: 2.0.0
6-
author: pullabhk
6+
author: pvrk
77
ms.author: pullabhk
88
manager:
99
ms.reviewer:
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Start-SPOSiteReview
1313

1414
## SYNOPSIS
15-
SharePoint administrators can delegate access governance of sites to corresponding site owners through 'site access review'. The 'access review' is under the context of oversharing as specified in the Data Access Governance (DAG) reports. Read all about site access review [here](/sharepoint/site-access-review).
15+
SharePoint Administrators can delegate access governance of sites to corresponding site owners through 'site access review'. The 'access review' is under the context of oversharing as specified in the Data Access Governance (DAG) reports. Read all about site access review [here](/sharepoint/site-access-review).
1616

1717
## SYNTAX
1818

@@ -21,7 +21,7 @@ Start-SPOSiteReview -ReportID <Guid> -SiteID <Guid> [-Comment <String>] [<Common
2121
```
2222

2323
## DESCRIPTION
24-
Initiates 'site access review' request to all the site owners under the context of the DAG report. The request is sent via email to all site owners with comments given by SharePoint administrator.
24+
Initiates 'site access review' request to all the site owners under the context of the DAG report. The request is sent via email to all site owners with comments given by SharePoint Administrator.
2525

2626
## EXAMPLES
2727

@@ -36,7 +36,7 @@ The above cmdlet initiates site access review for the given site as per overshar
3636
## PARAMETERS
3737

3838
### -Comment
39-
SharePoint administrator to add comments to provide more context to the site owner regarding the purpose of the review.
39+
SharePoint Administrator to add comments to provide more context to the site owner regarding the purpose of the review.
4040

4141
```yaml
4242
Type: String

0 commit comments

Comments
 (0)