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
@@ -46,6 +46,8 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
46
46
> - -OverflowActionCallPriority
47
47
> - -TimeoutActionCallPriority
48
48
> - -NoAgentActionCallPriority
49
+
> - -ShiftsTeamId
50
+
> - -ShiftsSchedulingGroupId
49
51
>
50
52
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
236
238
237
239
If the OverFlowAction is set to Forward, and the OverflowActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
312
314
313
315
If the TimeoutAction is set to Forward, and the TimeoutActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
407
409
408
410
If the NoAgentAction is set to Forward, and the NoAgentActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1285
+
1286
+
Id of the Team containing the Scheduling Group to connect a call queue to.
1287
+
1288
+
```yaml
1289
+
Type: String
1290
+
Parameter Sets: (All)
1291
+
Aliases:
1292
+
applicable: Microsoft Teams
1293
+
1294
+
Required: False
1295
+
Position: Named
1296
+
Default value: None
1297
+
Accept pipeline input: False
1298
+
Accept wildcard characters: False
1299
+
```
1300
+
1301
+
### -ShiftsSchedulingGroupId
1302
+
_Voice applications TAP customers only_
1303
+
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1304
+
1305
+
Id of the Scheduling Group to connect a call queue to.
1306
+
1307
+
```yaml
1308
+
Type: String
1309
+
Parameter Sets: (All)
1310
+
Aliases:
1311
+
applicable: Microsoft Teams
1312
+
1313
+
Required: False
1314
+
Position: Named
1315
+
Default value: None
1316
+
Accept pipeline input: False
1317
+
Accept wildcard characters: False
1318
+
```
1319
+
1280
1320
### -AuthorizedUsers
1281
1321
This is a list of GUIDs for users who are authorized to make changes to this call queue. The users must also have a TeamsVoiceApplications policy assigned. The GUID should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
0 commit comments