Skip to content

Commit 5e8b614

Browse files
Update Set-CsTeamsAppSetupPolicy.md
1 parent 1cdd484 commit 5e8b614

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsa
44
applicable: Microsoft Teams
55
title: Set-CsTeamsAppSetupPolicy
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer: williamlooney
117
---
128

139
# Set-CsTeamsAppSetupPolicy
@@ -22,7 +18,7 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
2218
## SYNTAX
2319

2420
### Identity (Default)
25-
```
21+
```powershell
2622
Set-CsTeamsAppSetupPolicy [[-Identity] <XdsIdentity>]
2723
[-AllowSideLoading <Boolean>]
2824
[-AllowUserPinning <Boolean>]
@@ -33,13 +29,15 @@ Set-CsTeamsAppSetupPolicy [[-Identity] <XdsIdentity>]
3329
[-PinnedAppBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedApp[]>]
3430
[-PinnedCallingBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]>]
3531
[-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]>]
3634
[-Tenant <System.Guid>]
3735
[-WhatIf]
3836
[<CommonParameters>]
3937
```
4038

4139
### Instance
42-
```
40+
```powershell
4341
Set-CsTeamsAppSetupPolicy [-Instance <PSObject>]
4442
[-AllowSideLoading <Boolean>]
4543
[-AllowUserPinning <Boolean>]
@@ -50,6 +48,8 @@ Set-CsTeamsAppSetupPolicy [-Instance <PSObject>]
5048
[-PinnedAppBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedApp[]>]
5149
[-PinnedCallingBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]>]
5250
[-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]>]
5353
[-Tenant <System.Guid>]
5454
[-WhatIf]
5555
[<CommonParameters>]
@@ -193,6 +193,36 @@ Accept pipeline input: False
193193
Accept wildcard characters: False
194194
```
195195
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+
196226
### -Confirm
197227
Prompts you for confirmation before running the cmdlet.
198228

0 commit comments

Comments
 (0)