You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
35
35
36
36
## PARAMETERS
37
37
@@ -67,6 +67,41 @@ Accept pipeline input: False
67
67
Accept wildcard characters: False
68
68
```
69
69
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
+
```
70
105
71
106
### CommonParameters
72
107
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