You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet allows administrators to modify app stateand availability by adding or removing users and groups or changing assignment type.
29
+
This cmdlet allows administrators to modify app state, availability and installation status by adding or removing users and groups or changing assignment type or installation status.
Unblocks 1Page App (App ID 2b876f4d-2e6b-4ee7-9b09-8893808c1380) and updates installation setting for the app to include 3 users and 1 group.
60
+
54
61
55
62
## PARAMETERS
56
63
@@ -150,6 +157,87 @@ Accept pipeline input: False
150
157
Accept wildcard characters: False
151
158
```
152
159
160
+
### -AppInstallType
161
+
162
+
App installation type.
163
+
164
+
```yaml
165
+
Type: String
166
+
Parameter Sets: (Everyone, UsersandGroups, Noone)
167
+
Aliases:
168
+
169
+
Required: True
170
+
Position: Named
171
+
Default value: None
172
+
Accept pipeline input: False
173
+
Accept wildcard characters: False
174
+
```
175
+
176
+
### -InstallForOperationType
177
+
178
+
Operation performed on the app installation.
179
+
180
+
```yaml
181
+
Type: String
182
+
Parameter Sets: (Add, Remove)
183
+
Aliases:
184
+
185
+
Required: True
186
+
Position: Named
187
+
Default value: None
188
+
Accept pipeline input: False
189
+
Accept wildcard characters: False
190
+
```
191
+
192
+
### -InstallForUsers
193
+
194
+
List of all the users for whom the app is installed.
195
+
196
+
```yaml
197
+
Type: String[]
198
+
Parameter Sets: (All)
199
+
Aliases:
200
+
201
+
Required: False
202
+
Position: Named
203
+
Default value: None
204
+
Accept pipeline input: False
205
+
Accept wildcard characters: False
206
+
```
207
+
208
+
209
+
### -InstallForGroups
210
+
211
+
List of all the groups for whom the app is installed.
212
+
213
+
```yaml
214
+
Type: String[]
215
+
Parameter Sets: (All)
216
+
Aliases:
217
+
218
+
Required: False
219
+
Position: Named
220
+
Default value: None
221
+
Accept pipeline input: False
222
+
Accept wildcard characters: False
223
+
```
224
+
225
+
### -InstallVersion
226
+
227
+
App version to be installed.
228
+
229
+
```yaml
230
+
Type: String
231
+
Aliases:
232
+
233
+
Required: True
234
+
Position: Named
235
+
Default value: None
236
+
Accept pipeline input: False
237
+
Accept wildcard characters: False
238
+
```
239
+
240
+
153
241
### CommonParameters
154
242
155
243
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments