Skip to content

Commit 36c901e

Browse files
committed
Adding notes on PowerShell gallery for SPO PowerShell
1 parent 97516b6 commit 36c901e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Before you get started using PowerShell to manage SharePoint Online, make sure that the SharePoint Online Management Shell is installed and you have connected to SharePoint Online.
44

5-
Install the SharePoint Online Management Shell by downloading and running the [SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251). You only need to do this once for each computer from which you are running SharePoint Online PowerShell commands.
5+
Install the SharePoint Online Management Shell by downloading and running the [SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251) or installing module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/16.0.8029.0). You only need to do this once for each computer from which you are running SharePoint Online PowerShell commands.
6+
7+
If your operating system is using PowerShell 5 or newer, you can install Sharepoint Online Management Shell also by running following command in administrative mode.
8+
9+
```ps
10+
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
11+
```
612

713
To open the SharePoint Online Management Shell command prompt, from the **Start** screen, type **sharepoint**, and then click **SharePoint Online Management Shell**.
814

0 commit comments

Comments
 (0)