diff --git a/teams/teams-ps/teams/New-CsAutoAttendant.md b/teams/teams-ps/teams/New-CsAutoAttendant.md index b354c6a80f..98e32e7234 100644 --- a/teams/teams-ps/teams/New-CsAutoAttendant.md +++ b/teams/teams-ps/teams/New-CsAutoAttendant.md @@ -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**: @@ -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 @@ -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: diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index eae38290c0..7468457ffe 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -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)