From ba0b2c30737ae018174828bf67fddb4f30a0b598 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:00:35 -0800 Subject: [PATCH 1/9] Update New-CsTeamsMeetingPolicy.md --- .../teams/New-CsTeamsMeetingPolicy.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 2dfc6e1ece..5b7681d016 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -119,6 +119,8 @@ New-CsTeamsMeetingPolicy [-Identity] [-WatermarkForCameraVideoPattern ] [-WatermarkForScreenSharingOpacity ] [-WatermarkForScreenSharingPattern ] + [-AllowedUsersForMeetingDetails ] + [-RealTimeText ] [-WhatIf] [-WhoCanRegister ] [] @@ -1868,6 +1870,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowedUsersForMeetingDetails +Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely. + +Possible Values: +- UsersAllowedToByPassTheLobby +- Everyone + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: UsersAllowedToByPassTheLobby +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RealTimeText +Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. + +Possible Values: +- Enabled +- Disabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. From fd76a3b5201109d6b5f68e6e42fc69402e17b040 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:02:00 -0800 Subject: [PATCH 2/9] Update Set-CsTeamsMeetingPolicy.md --- .../teams/Set-CsTeamsMeetingPolicy.md | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 212c717c07..4f9e52bf15 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -8,8 +8,8 @@ schema: 2.0.0 manager: bulenteg author: tomkau ms.author: tomkau -ms.reviewer: wblocker -ms.date: 11/12/2024 +ms.reviewer: alejandramu +ms.date: 2/26/2025 --- # Set-CsTeamsMeetingPolicy @@ -123,6 +123,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WatermarkForCameraVideoPattern ] [-WatermarkForScreenSharingOpacity ] [-WatermarkForScreenSharingPattern ] + [-AllowedUsersForMeetingDetails ] + [-RealTimeText ] [-WhatIf] [-WhoCanRegister ] [] @@ -1938,6 +1940,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowedUsersForMeetingDetails +Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely. + +Possible Values: +- UsersAllowedToByPassTheLobby +- Everyone + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: UsersAllowedToByPassTheLobby +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RealTimeText +Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. + +Possible Values: +- Enabled +- Disabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. From a8f3d91d1f9fe110f751bf592dd67274b88719d6 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:02:26 -0800 Subject: [PATCH 3/9] Update New-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 5b7681d016..afe27389ee 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -6,8 +6,8 @@ applicable: Microsoft Teams title: New-CsTeamsMeetingPolicy schema: 2.0.0 manager: bulenteg -ms.reviewer: wblocker -ms.date: 11/12/2024 +ms.reviewer: alejandramu +ms.date: 2/26/2025 --- # New-CsTeamsMeetingPolicy From a880b3918b259a1a0987b5b53354532e9ab5362f Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:03:48 -0800 Subject: [PATCH 4/9] Update New-CsTeamsCallingPolicy.md --- .../teams/New-CsTeamsCallingPolicy.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 1cdf28cc2a..ddcc880c8a 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 manager: bulenteg author: serdarsoysal ms.author: serdars -ms.reviewer: +ms.reviewer: alejandramu --- # New-CsTeamsCallingPolicy @@ -52,6 +52,7 @@ New-CsTeamsCallingPolicy [-Identity] [-PreventTollBypass ] [-SpamFilteringEnabledType ] [-VoiceSimulationInInterpreter ] + [-RealTimeText ] [-WhatIf] [] ``` @@ -669,6 +670,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RealTimeText +Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. + +Possible Values: +- Enabled +- Disabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. From dfb3ab402fb9b7dbe06da3ee5f480abe06e47945 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:04:34 -0800 Subject: [PATCH 5/9] Update Set-CsTeamsCallingPolicy.md --- .../teams/Set-CsTeamsCallingPolicy.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md index 4c4ecadcb6..a50c877b9b 100644 --- a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 manager: bulenteg author: serdarsoysal ms.author: serdars -ms.reviewer: +ms.reviewer: alejandramu --- # Set-CsTeamsCallingPolicy @@ -51,6 +51,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-PreventTollBypass ] [-SpamFilteringEnabledType ] [-VoiceSimulationInInterpreter ] + [-RealTimeText ] [-WhatIf] [] ``` @@ -673,6 +674,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RealTimeText +Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. + +Possible Values: +- Enabled +- Disabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. From d3cc6264b88b15d306ba9c3da0d2c6c1941e9148 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:54:46 -0800 Subject: [PATCH 6/9] Update New-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/New-CsTeamsCallingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index ddcc880c8a..80f84fc7e4 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -674,8 +674,8 @@ Accept wildcard characters: False Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. Possible Values: -- Enabled -- Disabled +- Enabled: User is allowed to turn on real time text. +- Disabled: User is not allowed to turn on real time text. ```yaml Type: String From 08823e5fe301bf1834021f43b62b61c7cf91af5d Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:55:53 -0800 Subject: [PATCH 7/9] Update New-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index afe27389ee..b764352fae 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1874,8 +1874,8 @@ Accept wildcard characters: False Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely. Possible Values: -- UsersAllowedToByPassTheLobby -- Everyone +- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details. +- Everyone: All meeting participants can see the meeting info details. ```yaml Type: String @@ -1893,8 +1893,8 @@ Accept wildcard characters: False Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. Possible Values: -- Enabled -- Disabled +- Enabled: User is allowed to turn on real time text. +- Disabled: User is not allowed to turn on real time text. ```yaml Type: String From 8c8bbd1a21a33ba7b6f01dac296b9a984849c43e Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:56:49 -0800 Subject: [PATCH 8/9] Update Set-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 4f9e52bf15..8f28465050 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1944,8 +1944,8 @@ Accept wildcard characters: False Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely. Possible Values: -- UsersAllowedToByPassTheLobby -- Everyone +- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details. +- Everyone: All meeting participants can see the meeting info details. ```yaml Type: String @@ -1963,8 +1963,8 @@ Accept wildcard characters: False Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. Possible Values: -- Enabled -- Disabled +- Enabled: User is allowed to turn on real time text. +- Disabled: User is not allowed to turn on real time text. ```yaml Type: String From a36ec7e417b9420b6b78e9025087c16cdfdde3d8 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:57:14 -0800 Subject: [PATCH 9/9] Update Set-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md index a50c877b9b..27a5ba8bc4 100644 --- a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md @@ -678,8 +678,8 @@ Accept wildcard characters: False Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time. Possible Values: -- Enabled -- Disabled +- Enabled: User is allowed to turn on real time text. +- Disabled: User is not allowed to turn on real time text. ```yaml Type: String