Skip to content

Latest commit

 

History

History
140 lines (94 loc) · 3.3 KB

File metadata and controls

140 lines (94 loc) · 3.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/New-CsSharedCallQueueHistoryTemplate
schema 2.0.0
title New-CsSharedCallQueueHistoryTemplate

New-CsSharedCallQueueHistoryTemplate

SYNOPSIS

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

SYNTAX

New-CsSharedCallQueueHistoryTemplate -Name <String> -Description <String>
 [-IncomingMissedCalls <Object>] [-AnsweredAndOutboundCalls <Object>] [<CommonParameters>]

DESCRIPTION

Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.

EXAMPLES

Example 1

New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall AuthorizedUsersAndAgents -AnsweredAndOutboundCalls AuthorizedUsersOnly

This example creates a new Shared CallQueue History template where incoming missed calls are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only.

PARAMETERS

-AnsweredAndOutboundCalls

Who sees answered and outbound calls in the shared call queue history.

PARAMVALUE: None | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Type: Object
Parameter Sets: (All)
Aliases:

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

-Description

A description for the shared call queue history template.

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

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

-IncomingMissedCalls

Who sees incoming missed calls in the shared call queue history.

PARAMVALUE: None | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Type: Object
Parameter Sets: (All)
Aliases:

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

-Name

The name of the shared call queue history template.

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

Get-CsSharedCallQueueHistoryTemplate

Set-CsSharedCallQueueHistoryTemplate

Remove-CsSharedCallQueueHistoryTemplate

New-CsCallQueue

Get-CsCallQueue

Set-CsCallQueue

Remove-CsCallQueue