Skip to content

Commit 638abfc

Browse files
authored
Merge branch 'master' into patch-1
2 parents 99cb598 + 3d1523c commit 638abfc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ First you can check if you have already installed the SharePoint Online Manageme
1616
Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version
1717
```
1818

19+
> [!NOTE]
20+
>
21+
> - You should always check to see if you have multiple versions of the management shell installed.
22+
>
23+
> - If you find multiple versions installed, please uninstall the lowest version number to ensure you have all the newest commands.
24+
>
25+
> Example: `Uninstall-Module -Name Microsoft.Online.SharePoint.PowerShell -RequiredVersion 16.0.21211.12000`
26+
27+
1928
If your operating system is using PowerShell 5 or newer, you can also install the SharePoint Online Management Shell by running the following command in administrative mode:
2029

2130
```powershell

0 commit comments

Comments
 (0)