Skip to content

Publish main to live, Friday 10:30AM PST, 11/22 #12389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions teams/teams-ps/teams/New-CsAutoAttendant.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
> 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:
>
> - -HideAuthorizedUsers
> - -UserNameExtension

**NOTES**:

Expand Down Expand Up @@ -482,9 +483,9 @@ Accept wildcard characters: False
```

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

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

```yaml
Type: List
Expand All @@ -500,6 +501,7 @@ Accept wildcard characters: False
```

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

The UserNameExtension parameter is a string that specifies how to extend usernames in dial search by appending additional information after the name.
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:
Expand Down
5 changes: 4 additions & 1 deletion teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,9 +1022,12 @@ Accept wildcard characters: False
```

### -CaptchaVerificationForMeetingJoin

Require a verification check for meeting join.

Possible values:
- **NotRequired**, CAPTCHA not required to join the meeting
- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations must complete a CAPTCHA challenge to join the meeting.

```yaml
Type: String
Parameter Sets: (All)
Expand Down
Loading