@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsa
4
4
applicable : Microsoft Teams
5
5
title : Set-CsTeamsAppSetupPolicy
6
6
schema : 2.0.0
7
- manager : bulenteg
8
- author : tomkau
9
- ms.author : tomkau
10
- ms.reviewer : williamlooney
11
7
---
12
8
13
9
# Set-CsTeamsAppSetupPolicy
@@ -22,7 +18,7 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
22
18
## SYNTAX
23
19
24
20
### Identity (Default)
25
- ```
21
+ ``` powershell
26
22
Set-CsTeamsAppSetupPolicy [[-Identity] <XdsIdentity>]
27
23
[-AllowSideLoading <Boolean>]
28
24
[-AllowUserPinning <Boolean>]
@@ -33,13 +29,15 @@ Set-CsTeamsAppSetupPolicy [[-Identity] <XdsIdentity>]
33
29
[-PinnedAppBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedApp[]>]
34
30
[-PinnedCallingBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]>]
35
31
[-PinnedMessageBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedMessageBarApp[]>]
32
+ [-AppPresetMeetingList <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AppPresetMeeting]>]
33
+ [-AdditionalCustomizationApps <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AdditionalCustomizationApp]>]
36
34
[-Tenant <System.Guid>]
37
35
[-WhatIf]
38
36
[<CommonParameters>]
39
37
```
40
38
41
39
### Instance
42
- ```
40
+ ``` powershell
43
41
Set-CsTeamsAppSetupPolicy [-Instance <PSObject>]
44
42
[-AllowSideLoading <Boolean>]
45
43
[-AllowUserPinning <Boolean>]
@@ -50,6 +48,8 @@ Set-CsTeamsAppSetupPolicy [-Instance <PSObject>]
50
48
[-PinnedAppBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedApp[]>]
51
49
[-PinnedCallingBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]>]
52
50
[-PinnedMessageBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedMessageBarApp[]>]
51
+ [-AppPresetMeetingList <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AppPresetMeeting]>]
52
+ [-AdditionalCustomizationApps <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AdditionalCustomizationApp]>]
53
53
[-Tenant <System.Guid>]
54
54
[-WhatIf]
55
55
[<CommonParameters>]
@@ -193,6 +193,36 @@ Accept pipeline input: False
193
193
Accept wildcard characters : False
194
194
` ` `
195
195
196
+ ### -AdditionalCustomizationApps
197
+ This parameter allows IT admins to create multiple customized versions of their apps and assign these customized versions to users and groups via setup policies. It enables customization of app icons and names for supportive first-party (1P) and third-party (3P) apps, enhancing corporate connections to employees through brand expression and stimulating app awareness and usage.
198
+
199
+ ` ` ` yaml
200
+ Type : System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AdditionalCustomizationApp]
201
+ Parameter Sets : (All)
202
+ Aliases :
203
+
204
+ Required : False
205
+ Position : Named
206
+ Default value : None
207
+ Accept pipeline input : False
208
+ Accept wildcard characters : False
209
+ ` ` `
210
+
211
+ ### -AppPresetMeetingList
212
+ This parameter is used to manage the list of preset apps that are available during meetings. It allows admins to control which apps are pinned and set the order in which they appear, ensuring that users have quick access to the relevant apps during meetings.
213
+
214
+ ` ` ` yaml
215
+ Type : System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AppPresetMeeting]
216
+ Parameter Sets : (All)
217
+ Aliases :
218
+
219
+ Required : False
220
+ Position : Named
221
+ Default value : None
222
+ Accept pipeline input : False
223
+ Accept wildcard characters : False
224
+ ` ` `
225
+
196
226
### -Confirm
197
227
Prompts you for confirmation before running the cmdlet.
198
228
0 commit comments