Skip to content

Commit 1c3079f

Browse files
authored
Update New-CsSharedCallQueueHistoryTemplate.md
1 parent e3719b6 commit 1c3079f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/teams/New-CsSharedCallQueueHistoryTemplate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3-
online version: https://learn.microsoft.com/powershell/module/teams/New-SharedCallQueueHistoryTemplate
3+
online version: https://learn.microsoft.com/powershell/module/teams/New-CsSharedCallQueueHistoryTemplate
44
applicable: Microsoft Teams
5-
title: New-SharedCallQueueHistoryTemplate
5+
title: New-CsSharedCallQueueHistoryTemplate
66
schema: 2.0.0
77
manager:
88
author: tomkau
@@ -19,7 +19,7 @@ New-SharedCallQueueHistoryTemplate -Name <String> -Description <String> [-Incomi
1919
```
2020

2121
## DESCRIPTION
22-
Use the New-SharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
22+
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
2323

2424
> [!CAUTION]
2525
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
@@ -28,7 +28,7 @@ Use the New-SharedCallQueueHistory cmdlet to create a Shared Call Queue History
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
New-SharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX
31+
New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX
3232
```
3333

3434
This example creates a new Shared CallQueue History template where incoming missed calls are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only.

0 commit comments

Comments
 (0)