From aa7c458b6b9333ed715725182c2dd18cd9c687fa Mon Sep 17 00:00:00 2001 From: Viktoria Hiiet Date: Mon, 16 Feb 2026 14:59:52 +0200 Subject: [PATCH 1/2] Update New-CsAutoAttendantCallableEntity.md Added SharedVoicemailHistoryTemplateId parameter to New-CsAutoAttendantCallableEntity cmdlet documentation. --- .../New-CsAutoAttendantCallableEntity.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md index 35bd67e089..3923786afd 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md @@ -20,7 +20,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity. ## SYNTAX ```powershell -New-CsAutoAttendantCallableEntity -Identity -Type [-Tenant ] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority ] [] +New-CsAutoAttendantCallableEntity -Identity -Type [-Tenant ] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority ] [-SharedVoicemailHistoryTemplateId ] [] ``` ## DESCRIPTION @@ -156,6 +156,22 @@ Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -SharedVoicemailHistoryTemplateId + +The SharedVoicemailHistoryTemplateId parameter specifies the ID of the Shared Call History template. When this template is assigned to an Auto Attendant, historical data for shared voicemails is collected and displayed in the Shared Call History within the [Teams Queues app](https://learn.microsoft.com/microsoftteams/manage-queues-app). Removing the SharedVoicemailHistoryTemplateId stops further historical data collection for Queues App. This parameter does not affect the [Shared Voicemail](https://learn.microsoft.com/en-us/microsoftteams/manage-shared-voicemail) experience in Outlook. + + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` ### -Tenant From a2f633c4889ba88914ac79dcf1bb3e028b4e8427 Mon Sep 17 00:00:00 2001 From: Viktoria Hiiet Date: Fri, 10 Apr 2026 18:12:42 +0300 Subject: [PATCH 2/2] Revise deprecation notice in Get-CsSharedCallQueueHistoryTemplate Updated deprecation notice for the cmdlet. --- .../MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md b/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md index c4083489b7..1089976033 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md @@ -16,8 +16,6 @@ title: Get-CsSharedCallQueueHistoryTemplate This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead ## SYNTAX -> [!IMPORTANT] ->This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead ``` Get-CsSharedCallQueueHistoryTemplate [-Id ] []