Skip to content

Commit 500c8b1

Browse files
authored
Merge pull request MicrosoftDocs#3398 from KoenZomers/patch-4
Added using Update-Module as an alternative
2 parents a581f43 + 2bdd001 commit 500c8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Enable-SPOCommSite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Enable-SPOCommSite -SiteUrl $rootSiteURL
6363
```
6464
**STEP BY STEP INSTRUCTIONS**
6565

66-
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here](https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version.
66+
67+
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here] (https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version. Alternatively, if you have used Install-Module Microsoft.Online.SharePoint.PowerShell to install the SharePoint Online Management Shell, you can run Update-Module Microsoft.Online.SharePoint.PowerShell to update the PowerShell module to the latest available version.
6768
2. Make sure you have the SharePoint admin credentials for the tenant
6869
3. Make sure you have the correct root site URL. Typically its https://\<tenantname\>.sharepoint.com
6970
4. Copy the above PowerShell command(s) into a notepad and fill in the missing details denoted by <>

0 commit comments

Comments
 (0)