Skip to content

Commit 1822b6a

Browse files
authored
Merge pull request MicrosoftDocs#3571 from appieschot/patch-1
[fix] updated sample
2 parents 65100bf + 631109e commit 1822b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPSiteSubscriptionConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ For permissions and the most current information about Windows PowerShell for Sh
3232

3333
### --------------------EXAMPLE---------------------
3434
```
35-
Set-SPSiteSubscription https://contoso.com -FeatureSet 12345678-90ab-cdef-1234-567890abcdef
35+
Set-SPSiteSubscriptionConfig https://contoso.com -FeaturePack 12345678-90ab-cdef-1234-567890abcdef
3636
```
3737

38-
This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature set GUID.
38+
This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature pack GUID.
3939

4040

4141
## PARAMETERS

0 commit comments

Comments
 (0)