Skip to content

Commit 8428f75

Browse files
authored
Merge pull request #6678 from erwinvanhunen/patch-3
Update Remove-SPOHubToHubAssociation.md
2 parents 665f5a8 + d57c97e commit 8428f75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Removes the selected hub site from its parent hub.
1919
## SYNTAX
2020

2121
```powershell
22-
Remove-SPOHubToHubAssociation [-HubSite] <SpoHubSitePipeBind> [<CommonParameters>]
22+
Remove-SPOHubToHubAssociation [-HubSiteId] <SpoHubSitePipeBind> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -31,19 +31,19 @@ Use this cmdlet to remove the selected hub site from its parent hub.
3131
### Example 1
3232

3333
```powershell
34-
Remove-SPOHubToHubAssociation -HubSite https://contoso.sharepoint.com/sites/Research
34+
Remove-SPOHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15
3535
```
3636

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.
3838

3939
## PARAMETERS
4040

41-
### -Hubsite
41+
### -HubsiteId
4242

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.
4444

4545
```yaml
46-
Type: SpoHubSitePipeBind
46+
Type: Guid
4747
Parameter Sets: (All)
4848
Aliases:
4949
Applicable: SharePoint Online

0 commit comments

Comments
 (0)