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.
1313## SYNTAX
1414
1515```
16- Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind>
17- -HubSite <SpoHubSitePipeBind> `
18- [<CommonParameters>]
16+ Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind> -HubSite <SpoHubSitePipeBind> [<CommonParameters>]
1917```
2018
2119## DESCRIPTION
@@ -26,8 +24,7 @@ Use this cmdlet to associate a site with a hub site.
2624### Example 1
2725
2826```
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
3128```
3229
3330This example associates the research site with the marketing hub site.
You can’t perform that action at this time.
0 commit comments