Redagować

Udostępnij przez


New-CsSharedCallQueueHistoryTemplate

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

Syntax

Default (Default)

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: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Parameter properties

Type:Object
Default value:Off
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Description

A description for the shared call queue history template.

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

-IncomingMissedCalls

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

PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Parameter properties

Type:Object
Default value:Off
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

The name of the shared call queue history template.

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