Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ To open the SharePoint Online Management Shell command prompt, from the **Start*

> [!VIDEO https://www.youtube.com/embed/TMzHAWEQjlk]

> [!NOTE]
> In order to run SharePoint Online PowerShell commands in a Windows PowerShell 7 console, you must import the SharePoint module using the -UseWindowsPowerShell parameter.
```powershell
Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell
```

## To connect with a user name and password

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