Skip to content

Commit 7ee6323

Browse files
authored
Create Set-CsSharedCallQueueHistoryTemplate.md
1 parent dcdd175 commit 7ee6323

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/Set-SharedCallQueueHistoryTemplate
4+
applicable: Microsoft Teams
5+
title: Set-SharedCallQueueHistoryTemplate
6+
schema: 2.0.0
7+
manager:
8+
author: tomkau
9+
ms.author: tomkau
10+
ms.reviewer: williamlooney
11+
---
12+
13+
# Set-SharedCallQueueHistoryTemplate
14+
15+
## SYNTAX
16+
17+
```powershell
18+
Set-SharedCallQueueHistoryTemplate -Id <instance>
19+
```
20+
21+
## DESCRIPTION
22+
Use the Set-SharedCallQueueHistory cmdlet to change 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+
$set-SharedCallQueueHistoryTemplate -Id $abc
32+
```
33+
34+
This example creates a new Shared CallQueue History template.
35+
36+
## PARAMETERS
37+
38+
### -Id
39+
The instance of the shared call queue history template to change.
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+
55+
### CommonParameters
56+
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).
57+
58+
## INPUTS
59+
60+
### None
61+
62+
## OUTPUTS
63+
64+
### Microsoft.Rtc.Management.OAA.Models.AutoAttendant
65+
66+
## NOTES
67+
68+
## RELATED LINKS
69+
70+
[New-CsSharedCallQueueHistoryTemplate](./New-CsSharedCallQueueHistoryTemplate.md)
71+
72+
[Get-CsSharedCallQueueHistoryTemplate](./Get-CsSharedCallQueueHistoryTemplate.md)
73+
74+
[Remove-CsSharedCallQueueHistoryTemplate](./Remove-CsSharedCallQueueHistoryTemplate.md)
75+
76+
[Get-CsCallQueue](./Get-CsCallQueue.md)
77+
78+
[New-CsCallQueue](./New-CsCallQueue.md)
79+
80+
[Set-CsCallQueue](./Set-CsCallQueue.md)
81+
82+
[Remove-CsCallQueue](./Remove-CsCallQueue.md)
83+
84+
85+

0 commit comments

Comments
 (0)