File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ Associates a site with a hub site.
13
13
## SYNTAX
14
14
15
15
```
16
- Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind>
17
- -HubSite <SpoHubSitePipeBind> `
18
- [<CommonParameters>]
16
+ Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind> -HubSite <SpoHubSitePipeBind> [<CommonParameters>]
19
17
```
20
18
21
19
## DESCRIPTION
@@ -26,8 +24,7 @@ Use this cmdlet to associate a site with a hub site.
26
24
### Example 1
27
25
28
26
```
29
- Add-SPOHubSiteAssociation https://contoso.sharepoint.com/sites/Research
30
- -HubSite https://contoso.sharepoint.com/sites/Marketing
27
+ Add-SPOHubSiteAssociation https://contoso.sharepoint.com/sites/Research -HubSite https://contoso.sharepoint.com/sites/Marketing
31
28
```
32
29
33
30
This example associates the research site with the marketing hub site.
You can’t perform that action at this time.
0 commit comments