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-SPServiceApplicationProxyGroupMember
5
5
schema : 2.0.0
6
6
---
@@ -30,7 +30,8 @@ For permissions and the most current information about Windows PowerShell for Sh
30
30
31
31
### ------------------EXAMPLE-----------------------
32
32
```
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
34
35
```
35
36
36
37
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.
48
49
Type : SPServiceApplicationProxyGroupPipeBind
49
50
Parameter Sets : (All)
50
51
Aliases :
51
- Applicable : SharePoint Server 2013, SharePoint Server 2016
52
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
52
53
53
54
Required : True
54
55
Position : 1
@@ -64,7 +65,7 @@ Specifies an array of members to add to the service application proxy group.
64
65
Type : SPServiceApplicationProxyPipeBind[]
65
66
Parameter Sets : (All)
66
67
Aliases : Proxy
67
- Applicable : SharePoint Server 2013, SharePoint Server 2016
68
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
68
69
69
70
Required : True
70
71
Position : 2
@@ -86,7 +87,7 @@ If objects are not immediately used, or disposed of by using the Stop-SPAssignme
86
87
Type : SPAssignmentCollection
87
88
Parameter Sets : (All)
88
89
Aliases :
89
- Applicable : SharePoint Server 2013, SharePoint Server 2016
90
+ Applicable : SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
90
91
91
92
Required : False
92
93
Position : Named
@@ -103,7 +104,7 @@ For more information, type the following command: `get-help about_commonparamete
103
104
Type: SwitchParameter
104
105
Parameter Sets: (All)
105
106
Aliases: cf
106
- Applicable: SharePoint Server 2013, SharePoint Server 2016
107
+ Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
107
108
108
109
Required: False
109
110
Position: Named
@@ -120,7 +121,7 @@ For more information, type the following command: `get-help about_commonparamete
120
121
Type: SwitchParameter
121
122
Parameter Sets: (All)
122
123
Aliases: wi
123
- Applicable: SharePoint Server 2013, SharePoint Server 2016
124
+ Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
124
125
125
126
Required: False
126
127
Position: Named
0 commit comments