Skip to content

Commit 0e30771

Browse files
Merge pull request #13510 from MicrosoftDocs/main
[AutoPublish] main to live - 04/10 10:40 PDT | 04/10 23:10 IST
2 parents 96535b0 + beeb738 commit 0e30771

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ title: Get-CsSharedCallQueueHistoryTemplate
1616
This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead
1717

1818
## SYNTAX
19-
> [!IMPORTANT]
20-
>This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead
2119

2220
```
2321
Get-CsSharedCallQueueHistoryTemplate [-Id <string>] [<CommonParameters>]

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
23+
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [-SharedVoicemailHistoryTemplateId <String>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -156,6 +156,22 @@ Default value: None
156156
Accept pipeline input: False
157157
Accept wildcard characters: False
158158
```
159+
### -SharedVoicemailHistoryTemplateId
160+
161+
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.
162+
163+
164+
```yaml
165+
Type: System.String
166+
Parameter Sets: (All)
167+
Aliases:
168+
169+
Required: False
170+
Position: Named
171+
Default value: None
172+
Accept pipeline input: False
173+
Accept wildcard characters: False
174+
```
159175
160176
### -Tenant
161177

0 commit comments

Comments
 (0)