We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65100bf + 631109e commit 1822b6aCopy full SHA for 1822b6a
sharepoint/sharepoint-ps/sharepoint-server/Set-SPSiteSubscriptionConfig.md
@@ -32,10 +32,10 @@ For permissions and the most current information about Windows PowerShell for Sh
32
33
### --------------------EXAMPLE---------------------
34
```
35
-Set-SPSiteSubscription https://contoso.com -FeatureSet 12345678-90ab-cdef-1234-567890abcdef
+Set-SPSiteSubscriptionConfig https://contoso.com -FeaturePack 12345678-90ab-cdef-1234-567890abcdef
36
37
38
-This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature set GUID.
+This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature pack GUID.
39
40
41
## PARAMETERS
0 commit comments