File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3941The instance of the shared call queue history template to change.
4042
4143``` yaml
You can’t perform that action at this time.
0 commit comments