Skip to content

Commit d401318

Browse files
committed
Applied all changes suggested
1 parent 4d110f7 commit d401318

File tree

5 files changed

+51
-10
lines changed

5 files changed

+51
-10
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ 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: pvrk
7+
ms.author: pvrk
8+
manager:
9+
ms.reviewer:
610
---
711

812
# Export-SPODataAccessGovernanceInsight
913

1014
## SYNOPSIS
1115

12-
This commands exports/downloads the DAG report to the default path "C:\WINDOWS\system32\"
16+
This cmdlet downloads the Data Access Governance (DAG) reports to the current working directory
1317

1418
## SYNTAX
1519

@@ -19,17 +23,17 @@ Export-SPODataAccessGovernanceInsight -ReportID <Guid> [<CommonParameters>]
1923

2024
## DESCRIPTION
2125

22-
This commands exports/downloads the DAG report, specified by the ReportID, to the default path "C:\WINDOWS\system32\". The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command.
26+
This cmdlet exports or downloads the DAG report, specified by the ReportID, to the current working directory. The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command.
2327

2428
## EXAMPLES
2529

2630
### Example 1
2731

2832
```powershell
29-
PS C:\> Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c
33+
Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c
3034
```
3135

32-
This command downloads the report of the given ID to the default path "C:\WINDOWS\system32\"
36+
The above example downloads the report of the given ID to the current working directory
3337

3438
## PARAMETERS
3539

@@ -50,6 +54,7 @@ Accept wildcard characters: False
5054
```
5155
5256
### CommonParameters
57+
5358
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5459
5560
## INPUTS
@@ -59,6 +64,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5964
## OUTPUTS
6065
6166
### System.Object
67+
6268
## NOTES
6369
6470
## RELATED LINKS
71+
72+
[Get-SPODataAcccessGovernanceInsight](Get-SPODataAccessGovernanceInsight.md)
73+
[Start-SPODataAccessGovernanceInsight](Start-SPODataAccessGovernanceInsight.md)

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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: pvrk
7+
ms.author: pvrk
8+
manager:
9+
ms.reviewer:
610
---
711

812
# Get-SPODataAccessGovernanceInsight
@@ -33,10 +37,10 @@ Fetch details of various reports available in 'Data Access Governance' module (D
3337
### Example 1
3438

3539
```powershell
36-
PS C:\> Get-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsersForItems
40+
Get-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsersForItems
3741
```
3842

39-
This command fetches all DAG reports about 'Everyone except external users' attached to a item i.e., file/folder/list. The output consists of important parameters such as Status, ReportID, number of sites in the report and other user provided values during report generation.
43+
The above command fetches all DAG reports about 'Everyone except external users' attached to a item i.e., file/folder/list. The output consists of important parameters such as Status, ReportID, number of sites in the report and other user provided values during report generation.
4044

4145
## PARAMETERS
4246

@@ -117,6 +121,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117121
## OUTPUTS
118122
119123
### System.Object
124+
120125
## NOTES
121126
122127
## RELATED LINKS
128+
129+
[Start-SPODataAccessGovernanceInsight](Start-SPODataAccessGovernanceInsight.md)
130+
[Export-SPODataAccessGovernanceInsight](Export-SPODataAccessGovernanceInsight.md)

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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: pvrk
7+
ms.author: pvrk
8+
manager:
9+
ms.reviewer:
610
---
711

812
# Get-SPOSiteReview
@@ -24,7 +28,7 @@ This command fetches details of a particular access review or a group of access
2428

2529
### Example 1
2630
```powershell
27-
PS C:\> Get-SPOSiteReview -ReportEntity PermissionedUsers
31+
Get-SPOSiteReview -ReportEntity PermissionedUsers
2832
```
2933

3034
The above command retrieves all site access reviews raised under all permissioned user reports.
@@ -103,6 +107,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103107
## OUTPUTS
104108
105109
### System.Object
110+
106111
## NOTES
107112
108113
## RELATED LINKS
114+
115+
[Start-SPOSiteReview](Start-SPOSiteReview.md)
116+
117+
[Site access review for DAG reports](/sharepoint/site-access-review)

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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: pvrk
7+
ms.author: pvrk
8+
manager:
9+
ms.reviewer:
610
---
711

812
# Remove-SPODataAccessGovernanceInsight
@@ -26,7 +30,7 @@ This command deletes the DAG report, specified by the given ReportID. The Report
2630
### Example 1
2731

2832
```powershell
29-
PS C:\> Remove-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c
33+
Remove-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c
3034
```
3135

3236
This command deletes the report of the given ID "28f4c550-215a-472b-a123-c11e5fa8804c"
@@ -90,6 +94,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9094
## OUTPUTS
9195
9296
### System.Object
97+
9398
## NOTES
9499
95100
## RELATED LINKS
101+
102+
[Start-SPODataAccessGovernanceInsight](Start-SPODataAccessGovernanceInsight.md)
103+
[Export-SPODataAccessGovernanceInsight](Export-SPODataAccessGovernanceInsight.md)

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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: pvrk
7+
ms.author: pvrk
8+
manager:
9+
ms.reviewer:
610
---
711

812
# Start-SPODataAccessGovernanceInsight
@@ -58,7 +62,7 @@ This command is used to generate reports, in Data Access Governance (DAG) module
5862
### Example 1
5963

6064
```powershell
61-
PS C:\> Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 1000
65+
Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 1000
6266
```
6367

6468
The above command generates a list of SharePoint sites which can be accessed by more than 1000 users, as of the report generation day.
@@ -245,4 +249,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
245249
246250
## RELATED LINKS
247251
248-
[Data Access Governance reports for SharePoint admins](/sharepoint/data-access-governance-reports)
252+
[Data Access Governance reports (DAG) for SharePoint admins](/sharepoint/data-access-governance-reports)
253+
[Site access review for DAG reports](/sharepoint/site-access-review)
254+
255+
[Get-SPODataAccessGovernanceInsight](Get-SPODataAccessGovernanceInsight.md)

0 commit comments

Comments
 (0)