From 97ad494c176a5542980edccff340fd03351d9ca9 Mon Sep 17 00:00:00 2001 From: Kiran Pyapali <39844422+kpyapali@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:24:34 -0800 Subject: [PATCH 1/4] Update Set-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index df802bf4ce..a5e9520332 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1024,9 +1024,12 @@ Accept wildcard characters: False ``` ### -CaptchaVerificationForMeetingJoin - Require a verification check for meeting join. +Possible values: +- **NotRequired**, Captcha not required +- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations + ```yaml Type: String Parameter Sets: (All) From 1071952b29ccfdc4b315fb8ecdd47340124bd7d7 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Thu, 21 Nov 2024 16:40:00 -0800 Subject: [PATCH 2/4] Update New-CsAutoAttendant.md Updating to indicate the UserNameExtension is in PowerShell only and that changes in TAC will remove this setting. --- teams/teams-ps/teams/New-CsAutoAttendant.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsAutoAttendant.md b/teams/teams-ps/teams/New-CsAutoAttendant.md index b354c6a80f..dd436cf953 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,7 +483,7 @@ 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). @@ -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: From 939f74e56ed742f5bc77bcda1d8888bf5c1835ab Mon Sep 17 00:00:00 2001 From: Whitney Libebe Date: Fri, 22 Nov 2024 10:25:46 -0500 Subject: [PATCH 3/4] Update Set-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index a5e9520332..439338b885 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1027,8 +1027,8 @@ Accept wildcard characters: False Require a verification check for meeting join. Possible values: -- **NotRequired**, Captcha not required -- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations +- **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 From 00cd509af7a554c046341757ecfb57a6d49201b6 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Fri, 22 Nov 2024 08:11:06 -0800 Subject: [PATCH 4/4] Update New-CsAutoAttendant.md --- teams/teams-ps/teams/New-CsAutoAttendant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsAutoAttendant.md b/teams/teams-ps/teams/New-CsAutoAttendant.md index dd436cf953..98e32e7234 100644 --- a/teams/teams-ps/teams/New-CsAutoAttendant.md +++ b/teams/teams-ps/teams/New-CsAutoAttendant.md @@ -485,7 +485,7 @@ Accept wildcard characters: False ### -HideAuthorizedUsers _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