Skip to content

Commit 560b7cd

Browse files
authored
Update New-CsTeamsAppSetupPolicy.md
1 parent 541b29a commit 560b7cd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
2424

2525
```
2626
New-CsTeamsAppSetupPolicy [-Description <Object>] [-AppPresetList <Object>] [-WhatIf]
27-
[-PinnedAppBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
27+
[-PinnedAppBarApps <Object>] [-PinnedCallingBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
2828
[-InMemory] [-AllowSideLoading <Object>] [-Force] [-AsJob]
2929
```
3030

@@ -164,6 +164,21 @@ Accept pipeline input: False
164164
Accept wildcard characters: False
165165
```
166166
167+
### -PinnedCallingBarApps
168+
Determines the list of apps that are pre pinned for a participant in Calls.
169+
170+
```yaml
171+
Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]
172+
Parameter Sets: (All)
173+
Aliases:
174+
175+
Required: False
176+
Position: Named
177+
Default value: None
178+
Accept pipeline input: False
179+
Accept wildcard characters: False
180+
```
181+
167182
### -PinnedMessageBarApps
168183
Apps are pinned in messaging extensions and into the ellipsis menu.
169184

0 commit comments

Comments
 (0)