Skip to content

Commit e3042b0

Browse files
Update New-CsTeamsAppSetupPolicy.md
adding missing parameters
1 parent 5e8b614 commit e3042b0

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md

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

149
# New-CsTeamsAppSetupPolicy
@@ -33,6 +28,8 @@ New-CsTeamsAppSetupPolicy [-Identity] <String>
3328
[-PinnedAppBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedApp[]>]
3429
[-PinnedCallingBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]>]
3530
[-PinnedMessageBarApps <Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedMessageBarApp[]>]
31+
[-AppPresetMeetingList <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AppPresetMeeting]>]
32+
[-AdditionalCustomizationApps <System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AdditionalCustomizationApp]>]
3633
[-Tenant <System.Guid>]
3734
[-WhatIf]
3835
[<CommonParameters>]
@@ -237,6 +234,36 @@ Accept pipeline input: False
237234
Accept wildcard characters: False
238235
```
239236
237+
### -AdditionalCustomizationApps
238+
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.
239+
240+
```yaml
241+
Type: System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AdditionalCustomizationApp]
242+
Parameter Sets: (All)
243+
Aliases:
244+
245+
Required: False
246+
Position: Named
247+
Default value: None
248+
Accept pipeline input: False
249+
Accept wildcard characters: False
250+
```
251+
252+
### -AppPresetMeetingList
253+
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.
254+
255+
```yaml
256+
Type: System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.AppPresetMeeting]
257+
Parameter Sets: (All)
258+
Aliases:
259+
260+
Required: False
261+
Position: Named
262+
Default value: None
263+
Accept pipeline input: False
264+
Accept wildcard characters: False
265+
```
266+
240267
### -Tenant
241268
Do not use.
242269

0 commit comments

Comments
 (0)