Skip to content

Commit 98e463a

Browse files
Update Remove-SPOHubToHubAssociation.md
1 parent b60a815 commit 98e463a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Use this cmdlet to remove the selected hub site from its parent hub.
3131
### Example 1
3232

3333
```powershell
34-
Remove-SPOHubToHubAssociation -HubSiteId 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

0 commit comments

Comments
 (0)