Skip to content

Commit 941fe15

Browse files
authored
Merge pull request MicrosoftDocs#6123 from divyachapan/patch-11
remove references to "root site"
2 parents 6df661c + 749fdaa commit 941fe15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This example enables the communication site experience at this <https://contoso.
4040

4141
```powershell
4242
$orgName="<tenantname>"
43-
$rootSiteURL = "<Root site URL>"
43+
$SiteURL = "<Classic site URL>"
4444
Connect-SPOService -Url https://$orgName-admin.sharepoint.com
45-
Enable-SPOCommSite -SiteUrl $rootSiteURL
45+
Enable-SPOCommSite -SiteUrl $SiteURL
4646
```
4747

4848
**TROUBLESHOOTING**
@@ -67,7 +67,7 @@ If the site URL input points to a site that does not exist, you will see the fol
6767
6868
**Error case 4: Classic publishing feature is currently enabled**
6969

70-
We do not support root site that currently have or have had in the past enabled the classic publishing features. If you see this error, your root site is not eligible for this feature enablement
70+
We do not support sites that currently have or have had in the past enabled the classic publishing features. If you see this error, your site is not eligible for this feature enablement. Please check [requirements for this feature](https://docs.microsoft.com/sharepoint/modernize-classic-team-site).
7171

7272
>*Enable-SPOCommSite : The operation cannot be performed because the Publishing feature is enabled on the site.*
7373

0 commit comments

Comments
 (0)