Skip to content

Commit efa9416

Browse files
authored
Update New-CsAutoAttendant.md
1 parent 97bb722 commit efa9416

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 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>] [-Tenant <Guid>] [<CommonParameters>]
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>]
2222
```
2323

2424
## DESCRIPTION
@@ -505,6 +505,27 @@ Accept pipeline input: False
505505
Accept wildcard characters: False
506506
```
507507

508+
### -UserNameExtension
509+
510+
The UserNameExtension parameter is a string that specifies how to extend usernames in dial search by appending additional information after the name.
511+
This parameter is used in dial search when multiple search results are found, as it helps to distinguish users with similar names. Possible values are:
512+
513+
- None: Default value, which means the username is pronounced as is.
514+
- Office: Adds office information from the user profile.
515+
- Department: Adds department information from the user profile.
516+
517+
```yaml
518+
Type: System.String
519+
Parameter Sets: (All)
520+
Aliases:
521+
applicable: Microsoft Teams
522+
Required: false
523+
Position: Named
524+
Default value: None
525+
Accept pipeline input: False
526+
Accept wildcard characters: False
527+
```
528+
508529
### -Tenant
509530

510531
```yaml

0 commit comments

Comments
 (0)