Skip to content

Commit f48001f

Browse files
authored
Update Get-CsSharedCallQueueHistoryTemplate.md
1 parent 1c3079f commit f48001f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 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/Get-SharedCallQueueHistoryTemplate
3+
online version: https://learn.microsoft.com/powershell/module/teams/Get-CsSharedCallQueueHistoryTemplate
44
applicable: Microsoft Teams
5-
title: Get-SharedCallQueueHistoryTemplate
5+
title: Get-CsSharedCallQueueHistoryTemplate
66
schema: 2.0.0
77
manager:
88
author: tomkau
@@ -15,11 +15,11 @@ ms.reviewer: williamlooney
1515
## SYNTAX
1616

1717
```powershell
18-
Get-SharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>]
18+
Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22-
Use the Get-SharedCallQueueHistory cmdlet to list the Shared Call Queue History templates
22+
Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue History templates
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,14 +28,14 @@ Use the Get-SharedCallQueueHistory cmdlet to list the Shared Call Queue History
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
Get-SharedCallQueueHistoryTemplate -Id 3a4b3d9b-91d8-4fbf-bcff-6907f325842c
31+
Get-CsSharedCallQueueHistoryTemplate -Id 3a4b3d9b-91d8-4fbf-bcff-6907f325842c
3232
```
3333

3434
This example retrieves the Shared Call Queue History Template with the Id `3a4b3d9b-91d8-4fbf-bcff-6907f325842c`
3535

3636
### -------------------------- Example 2 --------------------------
3737
```
38-
Get-SharedCallQueueHistoryTemplate
38+
Get-CsSharedCallQueueHistoryTemplate
3939
```
4040

4141
This example retrieves all the Shared Call Queue History Templates

0 commit comments

Comments
 (0)