Skip to content

Commit f89c401

Browse files
authored
Update New-CsAutoAttendant.md
1 parent d89e5e1 commit f89c401

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

teams/teams-ps/teams/New-CsAutoAttendant.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA).
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
21+
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-EnableMainlineAttendant] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -32,6 +32,10 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
3232
>
3333
> - -HideAuthorizedUsers
3434
> - -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
3539
3640
**NOTES**:
3741

@@ -428,6 +432,28 @@ Accept pipeline input: False
428432
Accept wildcard characters: False
429433
```
430434

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+
431457
### -InclusionScope
432458
Specifies the users to which call transfers are allowed through directory lookup feature.
433459
If not specified, all users in the organization can be reached through directory lookup.

0 commit comments

Comments
 (0)