Skip to content

Commit 1071952

Browse files
authored
Update New-CsAutoAttendant.md
Updating to indicate the UserNameExtension is in PowerShell only and that changes in TAC will remove this setting.
1 parent e42d030 commit 1071952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
3131
> 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:
3232
>
3333
> - -HideAuthorizedUsers
34+
> - -UserNameExtension
3435
3536
**NOTES**:
3637

@@ -482,7 +483,7 @@ Accept wildcard characters: False
482483
```
483484

484485
### -HideAuthorizedUsers
485-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
486+
_Saving an auto attendant configuration through Teams admin center will *remove* this setting._
486487

487488
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).
488489

@@ -500,6 +501,7 @@ Accept wildcard characters: False
500501
```
501502

502503
### -UserNameExtension
504+
_Saving an auto attendant configuration through Teams admin center will *remove* this setting._
503505

504506
The UserNameExtension parameter is a string that specifies how to extend usernames in dial search by appending additional information after the name.
505507
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:

0 commit comments

Comments
 (0)