Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 2.3 KB

File metadata and controls

88 lines (57 loc) · 2.3 KB
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

Set-CsSharedCallQueueHistoryTemplate

SYNOPSIS

This PowerShell cmdlet is being deprecated, please use the new version Set-CsSharedCallHistoryTemplate instead

SYNTAX

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.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.Rtc.Management.OAA.Models.AutoAttendant

NOTES

RELATED LINKS

New-CsSharedCallQueueHistoryTemplate

Get-CsSharedCallQueueHistoryTemplate

Remove-CsSharedCallQueueHistoryTemplate

Get-CsCallQueue

New-CsCallQueue

Set-CsCallQueue

Remove-CsCallQueue