Redagować

Udostępnij przez


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-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template.

Examples

Example 1

$SharedCQHistory = Get-CsSharedCallQueueHistoryTemplate -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.

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.

Inputs

None

Outputs

Microsoft.Rtc.Management.OAA.Models.AutoAttendant