Skip to content

Commit 22d6f7f

Browse files
authored
Update New-CsSharedCallQueueHistoryTemplate.md
1 parent b1db80e commit 22d6f7f

1 file changed

Lines changed: 39 additions & 4 deletions

File tree

teams/teams-ps/teams/New-CsSharedCallQueueHistoryTemplate.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ms.reviewer: williamlooney
1515
## SYNTAX
1616

1717
```powershell
18-
New-SharedCallQueueHistoryTemplate -Name <String> -Description <String>
19-
```
18+
New-SharedCallQueueHistoryTemplate -Name <String> -Description <String> [-IncomingMissedCalls <Object>] [-AnsweredAndOutboundCalls <Object>]
19+
```
2020

2121
## DESCRIPTION
2222
Use the New-SharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
@@ -28,10 +28,10 @@ Use the New-SharedCallQueueHistory cmdlet to create a Shared Call Queue History
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
New-SharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Required before/during call"
31+
New-SharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX
3232
```
3333

34-
This example creates a new Shared CallQueue History template.
34+
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.
3535

3636
## PARAMETERS
3737

@@ -67,6 +67,41 @@ Accept pipeline input: False
6767
Accept wildcard characters: False
6868
```
6969
70+
### -IncomingMissedCalls
71+
A description for the shared call queue history template.
72+
73+
PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents
74+
75+
```yaml
76+
Type: Object
77+
Parameter Sets: (All)
78+
Aliases:
79+
applicable: Microsoft Teams
80+
81+
Required: False
82+
Position: Named
83+
Default value: Off
84+
Accept pipeline input: False
85+
Accept wildcard characters: False
86+
```
87+
88+
### -AnsweredAndOutboundCalls
89+
A description for the shared call queue history template.
90+
91+
PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents
92+
93+
```yaml
94+
Type: Object
95+
Parameter Sets: (All)
96+
Aliases:
97+
applicable: Microsoft Teams
98+
99+
Required: False
100+
Position: Named
101+
Default value: Off
102+
Accept pipeline input: False
103+
Accept wildcard characters: False
104+
```
70105
71106
### CommonParameters
72107
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)