Skip to content

Commit 580496e

Browse files
authored
Merge pull request MicrosoftDocs#5398 from get-itips/patch-164
Changing example to HubSiteId
2 parents 0f6cab2 + 7778d84 commit 580496e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOHubToHubAssociation.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ms.reviewer:
1515
## SYNOPSIS
1616

1717
Associates a hub site to a hub site.
18+
Note: This feature is currently in preview and may not be available in your tenant.
1819

1920
## SYNTAX
2021

@@ -31,19 +32,19 @@ Use this cmdlet to associate a hub site to a hub site.
3132
### Example 1
3233

3334
```powershell
34-
Add-SPOHubToHubAssociation -Source https://contoso.sharepoint.com/sites/Research -Target https://contoso.sharepoint.com/sites/ResearchAndDevelopment
35+
Add-SPOHubToHubAssociation -Source 7b6fd3a3-b029-4eb0-8e00-ba4a3949807d -Target 43a36572-37ec-45c3-9058-061a2db4cd26
3536
```
3637

37-
This example associates the source hub site 'Research' with the target hub site 'ResearchAndDevelopment'.
38+
This example associates the source hub site with the HubSiteId 7b6fd3a3-b029-4eb0-8e00-ba4a3949807d with the target hub site with the HubSiteId 43a36572-37ec-45c3-9058-061a2db4cd26.
3839

3940
## PARAMETERS
4041

4142
### -Source
4243

43-
Source Hub site to be associated with the Target Hub Site.
44+
HubSiteId of the Source Hub site to be associated with the Target Hub Site.
4445

4546
```yaml
46-
Type: SpoSitePipeBind
47+
Type: SpoHubSitePipeBind
4748
Parameter Sets: (All)
4849
Aliases:
4950
Applicable: SharePoint Online
@@ -56,10 +57,10 @@ Accept wildcard characters: False
5657
5758
### -Target
5859
59-
Target Hub to associate the source Hub to.
60+
HubSiteId of the Target Hub to associate the source Hub to.
6061
6162
```yaml
62-
Type: SpoSitePipeBind
63+
Type: SpoHubSitePipeBind
6364
Parameter Sets: (All)
6465
Aliases:
6566
Applicable: SharePoint Online

0 commit comments

Comments
 (0)