Skip to content

Commit d9367f4

Browse files
authored
Merge pull request MicrosoftDocs#241 from tseward/patch-20
Update Add-SPServiceApplicationProxyGroupMember.md
2 parents 4e78911 + de471ac commit d9367f4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 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-SPServiceApplicationProxyGroupMember
55
schema: 2.0.0
66
---
@@ -30,7 +30,8 @@ For permissions and the most current information about Windows PowerShell for Sh
3030

3131
### ------------------EXAMPLE-----------------------
3232
```
33-
C:\PS>Add-SPServiceApplicationProxyGroupMember RemoteProxyGroup -Member babab30e-8e3a-428b-8ff4-4d5c8f455e6d
33+
C:\PS>$proxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -match 'User Profile Service Application Proxy'}
34+
C:\PS>Add-SPServiceApplicationProxyGroupMember RemoteProxyGroup -Member $proxy
3435
```
3536

3637
This example adds a select service application proxy to the service application proxy group named RemoteProxyGroup.
@@ -48,7 +49,7 @@ Specifies the service application proxy group to which to add the member.
4849
Type: SPServiceApplicationProxyGroupPipeBind
4950
Parameter Sets: (All)
5051
Aliases:
51-
Applicable: SharePoint Server 2013, SharePoint Server 2016
52+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
5253

5354
Required: True
5455
Position: 1
@@ -64,7 +65,7 @@ Specifies an array of members to add to the service application proxy group.
6465
Type: SPServiceApplicationProxyPipeBind[]
6566
Parameter Sets: (All)
6667
Aliases: Proxy
67-
Applicable: SharePoint Server 2013, SharePoint Server 2016
68+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
6869

6970
Required: True
7071
Position: 2
@@ -86,7 +87,7 @@ If objects are not immediately used, or disposed of by using the Stop-SPAssignme
8687
Type: SPAssignmentCollection
8788
Parameter Sets: (All)
8889
Aliases:
89-
Applicable: SharePoint Server 2013, SharePoint Server 2016
90+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
9091

9192
Required: False
9293
Position: Named
@@ -103,7 +104,7 @@ For more information, type the following command: `get-help about_commonparamete
103104
Type: SwitchParameter
104105
Parameter Sets: (All)
105106
Aliases: cf
106-
Applicable: SharePoint Server 2013, SharePoint Server 2016
107+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
107108
108109
Required: False
109110
Position: Named
@@ -120,7 +121,7 @@ For more information, type the following command: `get-help about_commonparamete
120121
Type: SwitchParameter
121122
Parameter Sets: (All)
122123
Aliases: wi
123-
Applicable: SharePoint Server 2013, SharePoint Server 2016
124+
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
124125
125126
Required: False
126127
Position: Named

0 commit comments

Comments
 (0)