File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Removes the selected hub site from its parent hub.
19
19
## SYNTAX
20
20
21
21
``` powershell
22
- Remove-SPOHubToHubAssociation [-HubSite ] <SpoHubSitePipeBind> [<CommonParameters>]
22
+ Remove-SPOHubToHubAssociation [-HubSiteId ] <SpoHubSitePipeBind> [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -31,19 +31,19 @@ Use this cmdlet to remove the selected hub site from its parent hub.
31
31
### Example 1
32
32
33
33
``` powershell
34
- Remove-SPOHubToHubAssociation -HubSite https://contoso.sharepoint.com/sites/Research
34
+ Remove-SPOHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15
35
35
```
36
36
37
- This example removes < https://contoso.sharepoint.com/sites/Research > from its parent Hub.
37
+ This example removes the site with the given id from its parent Hub.
38
38
39
39
## PARAMETERS
40
40
41
- ### -Hubsite
41
+ ### -HubsiteId
42
42
43
- Url of the Hub site to be removed from its parent Hub.
43
+ Id of the Hub site to be removed from its parent Hub.
44
44
45
45
``` yaml
46
- Type : SpoHubSitePipeBind
46
+ Type : Guid
47
47
Parameter Sets : (All)
48
48
Aliases :
49
49
Applicable : SharePoint Online
You can’t perform that action at this time.
0 commit comments