From faee05f1d8d77ec39cea49f2b45a2cb657722c27 Mon Sep 17 00:00:00 2001 From: bretespt <61294501+bretespt@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:16:47 +0000 Subject: [PATCH 1/2] Learn Editor: Update Set-CsTeamsMeetingPolicy.md --- .../teams/Set-CsTeamsMeetingPolicy.md | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 212c717c07..472ab0a039 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -507,10 +507,10 @@ Accept wildcard characters: False ### -AllowMeetingCoach This setting will allow admins to allow users the option of turning on Meeting Coach during meetings, which provides users with private personalized feedback on their communication and inclusivity. - If set to True, then users will see and be able to click the option for turning on Meeting Coach during calls. - If set to False, then users will not have the option to turn on Meeting Coach during calls. - -```yaml +``` + If set to True, then users will see and be able to click the option for turning on Meeting Coach during calls. + If set to False, then users will not have the option to turn on Meeting Coach during calls. +``````yaml Type: Boolean Parameter Sets: (All) Aliases: @@ -1582,10 +1582,11 @@ Accept wildcard characters: False ### -QnAEngagementMode This setting enables Microsoft 365 Tenant Admins to Enable or Disable the Questions and Answers experience (Q+A). - When Enabled, Organizers can turn on Q+A for their meetings. When Disabled, Organizers cannot turn on Q+A in their meetings. - The setting is enforced when a meeting is created or is updated by Organizers. - Attendees can use Q+A in meetings where it was previously added. Organizers can remove Q+A for those meetings through Teams and Outlook Meeting Options. -Possible values: Enabled, Disabled +``` + When Enabled, Organizers can turn on Q+A for their meetings. When Disabled, Organizers cannot turn on Q+A in their meetings. + The setting is enforced when a meeting is created or is updated by Organizers. + Attendees can use Q+A in meetings where it was previously added. Organizers can remove Q+A for those meetings through Teams and Outlook Meeting Options. +```Possible values: Enabled, Disabled ```yaml Type: String @@ -1781,6 +1782,12 @@ Accept wildcard characters: False ### -UsersCanAdmitFromLobby +Possible values are: + +- OrganizerAndCoOrganizersOnly + +- OrganizersAndPresentersOnly + This policy controls who can admit from the lobby. ```yaml @@ -1793,9 +1800,11 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False + ``` ### -VideoFiltersMode + Determines the background effects that a user can configure in the Teams client. Possible values are: - NoFilters: No filters are available. From a6e2e9e980dfb834dd5310e4c69cc9dd304cf7c5 Mon Sep 17 00:00:00 2001 From: bretespt <61294501+bretespt@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:21:47 +0000 Subject: [PATCH 2/2] Learn Editor: Update Set-CsTeamsMeetingPolicy.md