Skip to content

Commit 35640ab

Browse files
authored
Update Set-CsSharedCallQueueHistoryTemplate.md
1 parent 23ab8e8 commit 35640ab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

teams/teams-ps/teams/Set-CsSharedCallQueueHistoryTemplate.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: williamlooney
1515
## SYNTAX
1616

1717
```powershell
18-
Set-SharedCallQueueHistoryTemplate -Id <instance>
18+
Set-SharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -28,14 +28,16 @@ Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
$set-SharedCallQueueHistoryTemplate -Id $abc
31+
$SharedCQHistory = Get-CsSharedCallQueueHistory -Id 66f0dc32-d344-4bb1-b524-027d4635515c
32+
$SharedCQHisotry.AnsweredAndOutboundCalls = "AuthorizedUsersAndAgents"
33+
Set-CsSharedCallQueueHistoryTemplate -Instance $SharedCQHistory
3234
```
3335

34-
This example creates a new Shared CallQueue History template.
36+
This example sets the AnsweredOutboundCalls value in the Shared Call History Template with the Id `66f0dc32-d344-4bb1-b524-027d4635515c`
3537

3638
## PARAMETERS
3739

38-
### -Id
40+
### -Instance
3941
The instance of the shared call queue history template to change.
4042

4143
```yaml

0 commit comments

Comments
 (0)