| applicable | Microsoft Teams |
|---|---|
| author | tomkau |
| external help file | Microsoft.Rtc.Management.Hosted.dll-help.xml |
| Locale | en-US |
| Module Name | MicrosoftTeams |
| ms.author | tomkau |
| ms.reviewer | williamlooney |
| online version | https://learn.microsoft.com/powershell/module/microsoftteams/Set-CsSharedCallQueueHistoryTemplate |
| schema | 2.0.0 |
| title | Set-CsSharedCallQueueHistoryTemplate |
This PowerShell cmdlet is being deprecated, please use the new version Set-CsSharedCallHistoryTemplate instead
Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>]
Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template.
$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
The instance of the shared call queue history template to change.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
New-CsSharedCallQueueHistoryTemplate
Get-CsSharedCallQueueHistoryTemplate