| 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 |
This PowerShell cmdlet is being deprecated, please use the new version New-CsSharedCallHistoryTemplate instead
New-CsSharedCallQueueHistoryTemplate -Name <String> -Description <String>
[-IncomingMissedCalls <Object>] [-AnsweredAndOutboundCalls <Object>] [<CommonParameters>]
Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.
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.
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: FalseA 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: FalseWho 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: FalseThe 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Get-CsSharedCallQueueHistoryTemplate
Set-CsSharedCallQueueHistoryTemplate