Skip to content

Commit 25eac4e

Browse files
Merge pull request #901 from pvrk/pvrk-SharePointPS-Apr
Changing WorkLoad to Workload
2 parents 57c9c2c + 837b771 commit 25eac4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Lists various 'Data Access Governance' (DAG) reports in SharePoint admin center.
2121

2222
### GetAllReportsParameterSet
2323
```
24-
Get-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> [-WorkLoad <WorkloadEnum>] [-ReportType <ReportTypeEnum>] [<CommonParameters>]
24+
Get-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> [-Workload <WorkloadEnum>] [-ReportType <ReportTypeEnum>] [<CommonParameters>]
2525
```
2626

2727
### GetReportParameterSet
@@ -95,7 +95,7 @@ Accept pipeline input: False
9595
Accept wildcard characters: False
9696
```
9797
98-
### -WorkLoad
98+
### -Workload
9999
100100
Specifies the datasource of the reports to be fetched i.e., reports for SharePoint sites or for OneDrive accounts.
101101

0 commit comments

Comments
 (0)