Skip to content

Commit dba6627

Browse files
authored
Merge branch 'master' into markjjo-working
2 parents d36430e + 3c96b00 commit dba6627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use this cmdlet to enable the modern communication site experience at the classi
2626

2727
**Current limitations**
2828

29-
1. This cmdlet can only be run on the root site of a tenant. Typically the root site url is https://<tenantname>.sharepoint.com
29+
1. This cmdlet can only be run on the root site of a tenant. Typically the root site url is https://\<tenantname\>.sharepoint.com
3030
2. The root site should not currently have the classic publishing feature enabled (at the site or web level). [What is classic publishing feature?](https://support.office.com/article/enable-publishing-features-479677a6-8b33-4ac7-907d-071c1c7e4518)
3131
3. The root site **should not have had** the classic publishing feature enabled in the past (at the site or web level)
3232
4. The site must have quick launch site navigation enabled. [How do I do this?](https://support.office.com/article/customize-site-navigation-c040f014-acbb-4c98-8174-48428cf02b25#bm1a)
@@ -65,7 +65,7 @@ Enable-SPOCommSite -SiteUrl $rootSiteURL
6565

6666
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.
6767
2. Make sure you have the SharePoint admin credentials for the tenant
68-
3. Make sure you have the correct root site URL. Typically its https://<tenantname>.sharepoint.com
68+
3. Make sure you have the correct root site URL. Typically its https://\<tenantname\>.sharepoint.com
6969
4. Copy the above PowerShell command(s) into a notepad and fill in the missing details denoted by <>
7070
5. Open SharePoint Online Management Shell from your computer
7171
6. Execute the PowerShell commands from your notepad

0 commit comments

Comments
 (0)