1
1
---
2
2
external help file :
3
- applicable : SharePoint Server 2013, SharePoint Server 2016
3
+ applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
4
4
title : Add-SPSiteSubscriptionFeaturePackMember
5
5
schema : 2.0.0
6
6
---
@@ -33,11 +33,9 @@ For permissions and the most current information about Windows PowerShell for Sh
33
33
34
34
### -------------EXAMPLE----------------
35
35
```
36
- C:\PS>$fs = New-SPFeatureSet
37
-
38
- C:\PS>Get-SPFeature -limit all | Where{ $_.Scope -eq "WEB" } | Add-SPSiteSubscriptionFeaturePackMember -id $fs
39
-
40
- C:\PS>$fs = Get-SPFeatureSet $fs
36
+ C:\PS>$fp = New-SPSiteSubscriptionFeaturePack
37
+ C:\PS>Get-SPFeature -limit all | Where{ $_.Scope -eq "WEB" } | Add-SPSiteSubscriptionFeaturePackMember -id $fp
38
+ C:\PS>$fp = Get-SPSiteSubscriptionFeaturePack $fp
41
39
```
42
40
43
41
This example creates a Feature set and adds all Web site scoped Features to the set.
@@ -55,7 +53,7 @@ The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh
55
53
Type : SPSiteSubscriptionFeaturePackPipeBind
56
54
Parameter Sets : (All)
57
55
Aliases :
58
- Applicable : SharePoint Server 2013, SharePoint Server 2016
56
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
59
57
60
58
Required : True
61
59
Position : 1
@@ -71,7 +69,7 @@ Specifies the Feature definition, name, or GUID to add to the Feature set.
71
69
Type : SPFeatureDefinitionPipeBind
72
70
Parameter Sets : (All)
73
71
Aliases :
74
- Applicable : SharePoint Server 2013, SharePoint Server 2016
72
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
75
73
76
74
Required : True
77
75
Position : Named
@@ -93,7 +91,7 @@ If objects are not immediately used, or disposed of by using the Stop-SPAssignme
93
91
Type : SPAssignmentCollection
94
92
Parameter Sets : (All)
95
93
Aliases :
96
- Applicable : SharePoint Server 2013, SharePoint Server 2016
94
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
97
95
98
96
Required : False
99
97
Position : Named
@@ -110,7 +108,7 @@ For more information, type the following command: get-help about_commonparameter
110
108
Type : SwitchParameter
111
109
Parameter Sets : (All)
112
110
Aliases : cf
113
- Applicable : SharePoint Server 2013, SharePoint Server 2016
111
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
114
112
115
113
Required : False
116
114
Position : Named
@@ -127,7 +125,7 @@ For more information, type the following command: `get-help about_commonparamete
127
125
Type: SwitchParameter
128
126
Parameter Sets: (All)
129
127
Aliases: wi
130
- Applicable: SharePoint Server 2013, SharePoint Server 2016
128
+ Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
131
129
132
130
Required: False
133
131
Position: Named
0 commit comments