Edit

Share via


Set-CsSharedCallQueueHistoryTemplate

Syntax

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

The instance of the shared call queue history template to change.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

None

Outputs

Microsoft.Rtc.Management.OAA.Models.AutoAttendant