Skip to content

Commit 118e6a3

Browse files
authored
Merge branch 'main' into sai-addfolderformapping
2 parents 6317e3e + 2d7c992 commit 118e6a3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ To open the SharePoint Online Management Shell command prompt, from the **Start*
3939

4040
> [!VIDEO https://www.youtube.com/embed/TMzHAWEQjlk]
4141
42+
> [!NOTE]
43+
> In order to run SharePoint Online PowerShell commands in a Windows PowerShell 7 console, you must import the SharePoint module using the -UseWindowsPowerShell parameter.
44+
```powershell
45+
Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell
46+
```
47+
4248
## To connect with a user name and password
4349

4450
1. Run the following command at the SharePoint Online Management Shell command prompt:

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)