Skip to content

Commit 6a13aa9

Browse files
authored
Merge pull request MicrosoftDocs#400 from davidchesnut/master
Cleaned up parameter descriptions
2 parents 74cb6f2 + 885d627 commit 6a13aa9

File tree

8 files changed

+37
-87
lines changed

8 files changed

+37
-87
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOHubSiteAssociation.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file:
33
applicable: SharePoint Online
44
title: Add-SPOHubSiteAssociation
@@ -71,17 +71,8 @@ Accept pipeline input: False
7171
Accept wildcard characters: False
7272
```
7373
74-
### CommonParameters
75-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
76-
77-
## INPUTS
78-
79-
## OUTPUTS
80-
8174
## NOTES
8275
8376
If the site or hub site doesn’t exist, this cmdlet returns a “File not found” error.
8477
8578
If the site is already a hub site, this cmdlet returns a "This site is already a HubSite" error.
86-
87-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHubSite.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This example begins with the online-marketing site. The cmdlet finds the associa
5555

5656
### -Identity
5757

58-
URL of the hub site. If not specified, the cmdlet lists all site hubs in the tenant.
58+
URL of the hub site. If not specified, the cmdlet lists all hub sites in the tenant.
5959

6060
```yaml
6161
Type: SpoSitePipeBind
@@ -69,14 +69,3 @@ Default value: None
6969
Accept pipeline input: False
7070
Accept wildcard characters: False
7171
```
72-
73-
### CommonParameters
74-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
75-
76-
## INPUTS
77-
78-
## OUTPUTS
79-
80-
## NOTES
81-
82-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Grant-SPOHubSiteRights.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,3 @@ Default value: None
8989
Accept pipeline input: False
9090
Accept wildcard characters: False
9191
```
92-
93-
### CommonParameters
94-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
95-
96-
## INPUTS
97-
98-
## OUTPUTS
99-
100-
## NOTES
101-
102-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Register-SPOHubSite.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,10 @@ Accept pipeline input: False
5454
Accept wildcard characters: False
5555
```
5656
57-
### CommonParameters
58-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
59-
60-
## INPUTS
61-
62-
## OUTPUTS
63-
6457
## NOTES
6558
6659
If the site doesn’t exist, this cmdlet returns a “File not found” error.
6760
6861
If the site is already a hub site, this cmdlet returns a "This site is already a HubSite" error.
6962
7063
If the site is already associated with another hub site, this cmdlet returns a "This site is currently associated with a HubSite" error. You'll need to run the [Remove-SPOHubSiteAssociation](Remove-SPOHubSiteAssociation.md) cmdlet first before you can make the site a hub site.
71-
72-
## RELATED LINKS

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,3 @@ Default value: None
5353
Accept pipeline input: False
5454
Accept wildcard characters: False
5555
```
56-
57-
### CommonParameters
58-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
59-
60-
## INPUTS
61-
62-
## OUTPUTS
63-
64-
## NOTES
65-
66-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOHubSiteRights.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ This example shows how to revoke rights so that Nestor can no longer join sites
3838

3939
## PARAMETERS
4040

41-
### -SiteUrl
41+
### -Identity
4242

4343
URL of the hub site.
4444

4545
```yaml
4646
Type: SpoSitePipeBind
4747
Parameter Sets: (All)
48-
Aliases:
48+
Aliases: HubSite
4949
Applicable: SharePoint Online
5050

5151
Required: True
@@ -71,14 +71,3 @@ Default value: None
7171
Accept pipeline input: False
7272
Accept wildcard characters: False
7373
```
74-
75-
### CommonParameters
76-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
77-
78-
## INPUTS
79-
80-
## OUTPUTS
81-
82-
## NOTES
83-
84-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOHubSite.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ URL of the hub site.
5050
```yaml
5151
Type: SpoSitePipeBind
5252
Parameter Sets: (All)
53-
Aliases:
53+
Aliases: HubSite
5454
Applicable: SharePoint Online
5555

5656
Required: True
@@ -110,14 +110,3 @@ Default value: None
110110
Accept pipeline input: False
111111
Accept wildcard characters: False
112112
```
113-
114-
### CommonParameters
115-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
116-
117-
## INPUTS
118-
119-
## OUTPUTS
120-
121-
## NOTES
122-
123-
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ This example disables the hub feature on the marketing site.
3838

3939
## PARAMETERS
4040

41-
### -Site
41+
### -Identity
4242

4343
URL of the site to disable the hub site feature.
4444

4545
```yaml
46-
Type: SpoSitePipeBind
46+
Type: SpoHubSitePipeBind
4747
Parameter Sets: (All)
48-
Aliases:
48+
Aliases: HubSite
4949
Applicable: SharePoint Online
5050

5151
Required: True
@@ -55,13 +55,36 @@ Accept pipeline input: False
5555
Accept wildcard characters: False
5656
```
5757
58-
### CommonParameters
59-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
58+
### -WhatIf
6059
61-
## INPUTS
60+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
6261
63-
## OUTPUTS
62+
```yaml
63+
Type: SwitchParameter
64+
Parameter Sets: (All)
65+
Aliases: wi
66+
Applicable: SharePoint Online
67+
68+
Required: False
69+
Position: Named
70+
Default value: None
71+
Accept pipeline input: False
72+
Accept wildcard characters: False
73+
```
74+
75+
### -Confirm
6476
65-
## NOTES
77+
Prompts you for confirmation before running the cmdlet.
6678
67-
## RELATED LINKS
79+
```yaml
80+
Type: SwitchParameter
81+
Parameter Sets: (All)
82+
Aliases: cf
83+
Applicable: SharePoint Online
84+
85+
Required: False
86+
Position: Named
87+
Default value: None
88+
Accept pipeline input: False
89+
Accept wildcard characters: False
90+
```

0 commit comments

Comments
 (0)