Skip to content

Commit 93b920d

Browse files
authored
Merge branch 'master' into patch-6
2 parents 4c98a75 + 8bbacb5 commit 93b920d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Enable-SPOCommSite -SiteUrl $rootSiteURL
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
6868
3. Make sure you have the correct root site URL. Typically its https://\<tenantname\>.sharepoint.com
69-
4. Copy this block of PowerShell commands into a notepad and fill in the missing details denoted by <>
69+
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
7272

sharepoint/sharepoint-ps/sharepoint-online/Register-SPOHubSite.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Register-SPOHubSite
1212

1313
## SYNOPSIS
14-
Enables the hub site feature on a site to make it a hub site.
14+
Enables the hub site feature on a site to make it a hub site. For more information visit [SharePoint hub sites overview](https://docs.microsoft.com/sharepoint/dev/features/hub-site/hub-site-overview).
1515

1616

1717
## SYNTAX
@@ -29,6 +29,9 @@ Use this cmdlet to register an existing site collection as a hub site.
2929
> [!IMPORTANT]
3030
> A maximum of 100 hub sites may be created per tenant, with 'unlimited' number of site collections associated to a hub site.
3131
32+
> [!NOTE]
33+
> It can take up to 2-4 hours for the changes to appear.
34+
3235
## EXAMPLES
3336

3437
### Example 1

0 commit comments

Comments
 (0)