Skip to content

Commit 3ea8070

Browse files
authored
Merge pull request MicrosoftDocs#12382 from CLYVR/patch-32
Update New-CsAutoAttendant.md
2 parents c46fbe0 + 2b2269e commit 3ea8070

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
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,9 +483,9 @@ 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

487-
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).
488+
The GUID should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
488489

489490
```yaml
490491
Type: List
@@ -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)