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
@@ -32,6 +32,10 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
32
32
>
33
33
> - -HideAuthorizedUsers
34
34
> - -UserNameExtension
35
+
>
36
+
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
37
+
>
38
+
> -EnableMainLineAttendant
35
39
36
40
**NOTES**:
37
41
@@ -428,6 +432,28 @@ Accept pipeline input: False
428
432
Accept wildcard characters: False
429
433
```
430
434
435
+
### -EnableMainlineAttendant
436
+
The EnableMainlineAttendant parameter indicates whether Mainline Attendant is enabled for this Auto attendant.
437
+
438
+
> [!NOTE]
439
+
> 1. The Auto attendant must have a Resource account assigned
440
+
> 1. -LanguageId options are limited when Mainline Attendant is enabled - see [put link here]()
441
+
> 1. -VoiceId choices are limited when Mainline Attendate is enabled - see [put link here]()
442
+
> 1. -EnableVoice will be enabled automatically
443
+
444
+
```yaml
445
+
Type: SwitchParameter
446
+
Parameter Sets: (All)
447
+
Aliases:
448
+
applicable: Microsoft Teams
449
+
450
+
Required: False
451
+
Position: Named
452
+
Default value: None
453
+
Accept pipeline input: False
454
+
Accept wildcard characters: False
455
+
```
456
+
431
457
### -InclusionScope
432
458
Specifies the users to which call transfers are allowed through directory lookup feature.
433
459
If not specified, all users in the organization can be reached through directory lookup.
0 commit comments