Skip to content

Commit 4e78911

Browse files
authored
Merge pull request MicrosoftDocs#243 from tseward/patch-22
Update Add-SPSiteSubscriptionFeaturePackMember.md
2 parents 3fc2c2b + abf1007 commit 4e78911

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Add-SPSiteSubscriptionFeaturePackMember.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file:
3-
applicable: SharePoint Server 2013, SharePoint Server 2016
3+
applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
44
title: Add-SPSiteSubscriptionFeaturePackMember
55
schema: 2.0.0
66
---
@@ -33,11 +33,9 @@ For permissions and the most current information about Windows PowerShell for Sh
3333

3434
### -------------EXAMPLE----------------
3535
```
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
4139
```
4240

4341
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
5553
Type: SPSiteSubscriptionFeaturePackPipeBind
5654
Parameter Sets: (All)
5755
Aliases:
58-
Applicable: SharePoint Server 2013, SharePoint Server 2016
56+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
5957

6058
Required: True
6159
Position: 1
@@ -71,7 +69,7 @@ Specifies the Feature definition, name, or GUID to add to the Feature set.
7169
Type: SPFeatureDefinitionPipeBind
7270
Parameter Sets: (All)
7371
Aliases:
74-
Applicable: SharePoint Server 2013, SharePoint Server 2016
72+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
7573

7674
Required: True
7775
Position: Named
@@ -93,7 +91,7 @@ If objects are not immediately used, or disposed of by using the Stop-SPAssignme
9391
Type: SPAssignmentCollection
9492
Parameter Sets: (All)
9593
Aliases:
96-
Applicable: SharePoint Server 2013, SharePoint Server 2016
94+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
9795

9896
Required: False
9997
Position: Named
@@ -110,7 +108,7 @@ For more information, type the following command: get-help about_commonparameter
110108
Type: SwitchParameter
111109
Parameter Sets: (All)
112110
Aliases: cf
113-
Applicable: SharePoint Server 2013, SharePoint Server 2016
111+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
114112

115113
Required: False
116114
Position: Named
@@ -127,7 +125,7 @@ For more information, type the following command: `get-help about_commonparamete
127125
Type: SwitchParameter
128126
Parameter Sets: (All)
129127
Aliases: wi
130-
Applicable: SharePoint Server 2013, SharePoint Server 2016
128+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
131129
132130
Required: False
133131
Position: Named

0 commit comments

Comments
 (0)