Skip to content

Commit 097ee5d

Browse files
committed
Addressed all comments
1 parent 633b676 commit 097ee5d

File tree

6 files changed

+48
-13
lines changed

6 files changed

+48
-13
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/export-spodataaccessgovernanceinsight
5+
applicable: SharePoint Online
6+
title: Export-SPODataAccessGovernanceInsight
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -69,5 +71,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6971
7072
## RELATED LINKS
7173
72-
[Get-SPODataAcccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md)
7374
[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md)
75+
76+
[Get-SPODataAcccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md)
77+
78+
[Remove-SPODataAccessGovernanceInsight](./Remove-SPODataAccessGovernanceInsight.md)
79+
80+
[Start-SPOSiteReview](./Start-SPOSiteReview.md)

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spodataaccessgovernanceinsight
5+
applicable: SharePoint Online
6+
title: Get-SPODataAccessGovernanceInsight
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -19,8 +21,7 @@ Lists various 'Data Access Governance' (DAG) reports in SharePoint admin center.
1921

2022
### GetAllReportsParameterSet
2123
```
22-
Get-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> [-WorkLoad <WorkloadEnum>]
23-
[-ReportType <ReportTypeEnum>] [<CommonParameters>]
24+
Get-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> [-WorkLoad <WorkloadEnum>] [-ReportType <ReportTypeEnum>] [<CommonParameters>]
2425
```
2526

2627
### GetReportParameterSet
@@ -127,4 +128,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127128
## RELATED LINKS
128129
129130
[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md)
131+
130132
[Export-SPODataAccessGovernanceInsight](./Export-SPODataAccessGovernanceInsight.md)
133+
134+
[Remove-SPODataAccessGovernanceInsight](./Remove-SPODataAccessGovernanceInsight.md)

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositereview
5+
applicable: SharePoint Online
6+
title: Get-SPOSiteReview
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -12,13 +14,12 @@ ms.reviewer:
1214
# Get-SPOSiteReview
1315

1416
## SYNOPSIS
15-
Track all site access reviews initiated by all SharePoint administrators in Data Access Governance (DAG) reports.
17+
Track all site access reviews initiated from Data Access Governance (DAG) reports.
1618

1719
## SYNTAX
1820

1921
```
20-
Get-SPOSiteReview [-SiteReviewID <Guid>] [-Status <SiteReviewStatus>]
21-
[-ReportEntity <SiteAccessReportEntityEnum>] [-SiteID <Guid>] [<CommonParameters>]
22+
Get-SPOSiteReview [-SiteReviewID <Guid>] [-Status <SiteReviewStatus>] [-ReportEntity <SiteAccessReportEntityEnum>] [-SiteID <Guid>] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -113,4 +114,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
113114
## RELATED LINKS
114115
115116
[Start-SPOSiteReview](./Start-SPOSiteReview.md)
117+
116118
[Site access review for DAG reports](/sharepoint/site-access-review)
119+
120+
[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md)
121+
122+
[Get-SPODataAccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spodataaccessgovernanceinsight
5+
applicable: SharePoint Online
6+
title: Remove-SPODataAccessGovernanceInsight
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -100,4 +102,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
100102
## RELATED LINKS
101103
102104
[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md)
105+
103106
[Export-SPODataAccessGovernanceInsight](./Export-SPODataAccessGovernanceInsight.md)

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/start-spodataaccessgovernanceinsight
5+
applicable: SharePoint Online
6+
title: Start-SPODataAccessGovernanceInsight
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -269,5 +271,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
269271
## RELATED LINKS
270272
271273
[Data Access Governance reports (DAG) for SharePoint admins](/sharepoint/data-access-governance-reports)
274+
272275
[Site access review for DAG reports](/sharepoint/site-access-review)
276+
273277
[Get-SPODataAccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md)
278+
279+
[Export-SPODataAccessGovernanceInsight](./Export-SPODataAccessGovernanceInsight.md)
280+
281+
[Start-SPOSiteReview](./Start-SPOSiteReview.md)

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/start-spositereview
5+
applicable: SharePoint Online
6+
title: Start-SPOSiteReview
57
schema: 2.0.0
68
author: pvrk
79
ms.author: pullabhk
@@ -95,5 +97,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9597
9698
## RELATED LINKS
9799
98-
[Get-SPOSiteReview](./Get-SPOSiteReview.md)
99100
[Site access review for DAG reports](/sharepoint/site-access-review)
101+
102+
[Get-SPOSiteReview](./Get-SPOSiteReview.md)
103+
104+
[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md)
105+
106+
[Export-SPODataAccessGovernanceInsight](./Export-SPODataAccessGovernanceInsight.md)

0 commit comments

Comments
 (0)