Skip to content

Commit 4658fb9

Browse files
authored
Create New-CsSharedCallQueueHistoryTemplate.md
1 parent 19937d9 commit 4658fb9

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/New-SharedCallQueueHistoryTemplate
4+
applicable: Microsoft Teams
5+
title: New-SharedCallQueueHistoryTemplate
6+
schema: 2.0.0
7+
manager:
8+
author: tomkau
9+
ms.author: tomkau
10+
ms.reviewer: williamlooney
11+
---
12+
13+
# New-SharedCallQueueHistoryTemplate
14+
15+
## SYNTAX
16+
17+
```powershell
18+
New-SharedCallQueueHistoryTemplate -Name <String> -Description <String>
19+
```
20+
21+
## DESCRIPTION
22+
Use the New-SharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
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+
New-SharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Required before/during call"
32+
```
33+
34+
This example creates a new Shared CallQueue History template.
35+
36+
## PARAMETERS
37+
38+
### -Name
39+
The name 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: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Description
55+
A description for the shared call queue history template.
56+
57+
```yaml
58+
Type: System.String
59+
Parameter Sets: (All)
60+
Aliases:
61+
applicable: Microsoft Teams
62+
63+
Required: True
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
70+
71+
### CommonParameters
72+
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).
73+
74+
## INPUTS
75+
76+
### None
77+
78+
## OUTPUTS
79+
80+
### Microsoft.Rtc.Management.OAA.Models.AutoAttendant
81+
82+
## NOTES
83+
84+
## RELATED LINKS
85+
86+
[Get-CsSharedCallQueueHistoryTemplate](./Get-CsSharedCallQueueHistoryTemplate.md)
87+
88+
[Set-CsSharedCallQueueHistoryTemplate](./Set-CsSharedCallQueueHistoryTemplate.md)
89+
90+
[Remove-CsSharedCallQueueHistoryTemplate](./Remove-CsSharedCallQueueHistoryTemplate.md)
91+
92+
[Get-CsCallQueue](./Get-CsCallQueue.md)
93+
94+
[New-CsCallQueue](./New-CsCallQueue.md)
95+
96+
[Set-CsCallQueue](./Set-CsCallQueue.md)
97+
98+
[Remove-CsCallQueue](./Remove-CsCallQueue.md)
99+
100+
101+

0 commit comments

Comments
 (0)