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
@@ -27,6 +27,11 @@ Each AA can be associated with phone numbers that allow callers to reach specifi
27
27
28
28
You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly created AA gets assigned a random string that serves as the identity of the AA.
29
29
30
+
> [!CAUTION]
31
+
> The following configuration parameters are currently only available in PowerShell and do not appear in Teams admin center. Saving a call queue configuration through Teams admin center will _remove_ any of these configured items:
32
+
>
33
+
> - -HideAuthorizedUsers
34
+
30
35
**NOTES**:
31
36
32
37
- To setup your AA for calling, you need to create an application instance first using `New-CsOnlineApplicationInstance` cmdlet , then associate it with your AA configuration using `New-CsOnlineApplicationInstanceAssociation` cmdlet.
@@ -466,6 +471,40 @@ Accept pipeline input: False
466
471
Accept wildcard characters: False
467
472
```
468
473
474
+
### -AuthorizedUsers
475
+
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).
476
+
477
+
```yaml
478
+
Type: List
479
+
Parameter Sets: (All)
480
+
Aliases:
481
+
applicable: Microsoft Teams
482
+
483
+
Required: False
484
+
Position: Named
485
+
Default value: None
486
+
Accept pipeline input: False
487
+
Accept wildcard characters: False
488
+
```
489
+
490
+
### -HideAuthorizedUsers
491
+
_Saving a call queue configuration through Teams admin center will *remove* this setting._
492
+
493
+
This is a list of GUIDs of authorized users who should not appear on the list of supervisors for the agents who are members of this queue. The GUID should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
The NoAgentApplyTo parameter defines if the NoAgentAction applies to calls already in queue and new calls arriving to the queue, or only new calls that arrive once the No Agents condition occurs. The default value is AllCalls.
360
+
361
+
PARAMVALUE: AllCalls | NewCalls
362
+
363
+
```yaml
364
+
Type: Object
365
+
Parameter Sets: (All)
366
+
Aliases:
367
+
applicable: Microsoft Teams
368
+
369
+
Required: False
370
+
Position: Named
371
+
Default value: Disconnect
372
+
Accept pipeline input: False
373
+
Accept wildcard characters: False
374
+
```
375
+
358
376
### -NoAgentAction
359
377
The NoAgentAction parameter defines the action to take if the no agents condition is reached. The NoAgentAction property must be set to one of the following values: Queue, Disconnect, Forward, Voicemail, and SharedVoicemail. The default value is Queue.
The NoAgentRedirectPhoneNumberAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to an external PSTN phone number due to no agents.
A Teams Channel can only be linked to one Call Queue at a time. To force reassignment of the Teams Channel to a new Call Queue, set this to $true.
1507
+
1508
+
```yaml
1509
+
Type: Boolean
1510
+
Parameter Sets: (All)
1511
+
Aliases:
1512
+
1513
+
Required: False
1514
+
Position: Named
1515
+
Default value: False
1516
+
Accept pipeline input: False
1517
+
Accept wildcard characters: False
1518
+
```
1519
+
1486
1520
### CommonParameters
1487
1521
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