Skip to content

Commit dcdd175

Browse files
authored
Create Get-CsharedCallQueueHistoryTemplate.md
1 parent 4658fb9 commit dcdd175

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/Get-SharedCallQueueHistoryTemplate
4+
applicable: Microsoft Teams
5+
title: Get-SharedCallQueueHistoryTemplate
6+
schema: 2.0.0
7+
manager:
8+
author: tomkau
9+
ms.author: tomkau
10+
ms.reviewer: williamlooney
11+
---
12+
13+
# Get-SharedCallQueueHistoryTemplate
14+
15+
## SYNTAX
16+
17+
```powershell
18+
Get-SharedCallQueueHistoryTemplate -Identity <string>
19+
```
20+
21+
## DESCRIPTION
22+
Use the Get-SharedCallQueueHistory cmdlet to list the Shared Call Queue History templates
23+
24+
> [!CAUTION]
25+
> 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.
26+
27+
## EXAMPLES
28+
29+
### -------------------------- Example 1 --------------------------
30+
```
31+
Get-SharedCallQueueHistoryTemplate -Identity sadfafsasdfaf
32+
```
33+
34+
This example creates a new Shared CallQueue History template.
35+
36+
## PARAMETERS
37+
38+
### -Identity
39+
The Id of the shared call queue history template.
40+
41+
```yaml
42+
Type: System.String
43+
Parameter Sets: (All)
44+
Aliases:
45+
applicable: Microsoft Teams
46+
47+
Required: false
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### CommonParameters
55+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
56+
57+
## INPUTS
58+
59+
### None
60+
61+
## OUTPUTS
62+
63+
### Microsoft.Rtc.Management.OAA.Models.AutoAttendant
64+
65+
## NOTES
66+
67+
## RELATED LINKS
68+
69+
[New-CsSharedCallQueueHistoryTemplate](./New-CsSharedCallQueueHistoryTemplate.md)
70+
71+
[Set-CsSharedCallQueueHistoryTemplate](./Set-CsSharedCallQueueHistoryTemplate.md)
72+
73+
[Remove-CsSharedCallQueueHistoryTemplate](./Remove-CsSharedCallQueueHistoryTemplate.md)
74+
75+
[Get-CsCallQueue](./Get-CsCallQueue.md)
76+
77+
[New-CsCallQueue](./New-CsCallQueue.md)
78+
79+
[Set-CsCallQueue](./Set-CsCallQueue.md)
80+
81+
[Remove-CsCallQueue](./Remove-CsCallQueue.md)
82+
83+
84+

0 commit comments

Comments
 (0)