Set-CsSharedCallQueueHistoryTemplate
Use the Set-CsSharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template
Syntax
Default (Default)
Set-CsSharedCallQueueHistoryTemplate
-Instance <instance>
[<CommonParameters>]
Description
Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History template.
Caution
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.
Examples
Example 1
$SharedCQHistory = Get-CsSharedCallQueueHistory -Id 66f0dc32-d344-4bb1-b524-027d4635515c
$SharedCQHisotry.AnsweredAndOutboundCalls = "AuthorizedUsersAndAgents"
Set-CsSharedCallQueueHistoryTemplate -Instance $SharedCQHistory
This example sets the AnsweredOutboundCalls value in the Shared Call History Template with the Id 66f0dc32-d344-4bb1-b524-027d4635515c
Parameters
-Instance
Applicable: Microsoft Teams
The instance of the shared call queue history template to change.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.