From a47bb60fdfe03e87266f0eaf49082c0f09c905e2 Mon Sep 17 00:00:00 2001 From: Mathioli Ramalingam Date: Mon, 14 Oct 2024 12:07:38 -0700 Subject: [PATCH 1/2] Update New-CsTeamsAppSetupPolicy.md Update doc to include calling extensions --- teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md b/teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md index 210543fbe7..fad4d922b4 100644 --- a/teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md @@ -179,6 +179,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PinnedCallingBarApps +Pinning an app displays the app in the call window in Teams client. + +```yaml +Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AppPresetList Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store. From 545cadca747ab4094d225e37e2440cf17e9b4459 Mon Sep 17 00:00:00 2001 From: Mathioli Ramalingam Date: Mon, 14 Oct 2024 12:15:28 -0700 Subject: [PATCH 2/2] Update Set-CsTeamsAppSetupPolicy.md Update doc to include calling extensions --- teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md b/teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md index fcdba2c843..28263bf4dd 100644 --- a/teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md @@ -227,6 +227,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PinnedCallingBarApps +Pinning an app displays the app in the call window in Teams client. + +```yaml +Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AppPresetList Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store.