Skip to content

Commit 4d36ccc

Browse files
authored
Merge pull request #12389 from MicrosoftDocs/main
Publish main to live, Friday 10:30AM PST, 11/22
2 parents 976520d + 3ea8070 commit 4d36ccc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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:

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,12 @@ Accept wildcard characters: False
10221022
```
10231023
10241024
### -CaptchaVerificationForMeetingJoin
1025-
10261025
Require a verification check for meeting join.
10271026
1027+
Possible values:
1028+
- **NotRequired**, CAPTCHA not required to join the meeting
1029+
- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations must complete a CAPTCHA challenge to join the meeting.
1030+
10281031
```yaml
10291032
Type: String
10301033
Parameter Sets: (All)

0 commit comments

Comments
 (0)