From 66c64684b70ca521c0897cd202e825e54ff687f0 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 28 Oct 2025 18:52:28 -0500 Subject: [PATCH 1/4] Add BackroomChat parameter documentation Added documentation for the BackroomChat parameter in Set-CsTeamsMeetingPolicy. --- .../Set-CsTeamsMeetingPolicy.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 58203355a6..f5da970602 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -76,6 +76,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-AutoAdmittedUsers ] [-AutoRecording ] [-AutomaticallyStartCopilot ] + [-BackroomChat ] [-BlockedAnonymousJoinClientTypes ] [-CaptchaVerificationForMeetingJoin ] [-ChannelRecordingDownload ] @@ -126,7 +127,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WatermarkForScreenSharingPattern ] [-AllowedUsersForMeetingDetails ] [-RealTimeText ] - [-ParticipantSlideControl + [-ParticipantSlideControl ] [-WhatIf] [-WhoCanRegister ] [] @@ -1052,6 +1053,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BackroomChat +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This setting governs whether the user can create Events with Backroom Chat enabled. + +Possible values are: + - **Enabled**: Enables creating Events with Backroom Chat. + - **Disabled**: Disables creating Events with Backroom Chat. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -BlockedAnonymousJoinClientTypes A user can join a Teams meeting anonymously using a [Teams client](https://support.microsoft.com/office/join-a-meeting-without-a-teams-account-c6efc38f-4e03-4e79-b28f-e65a4c039508) or using a [custom application built using Azure Communication Services](https://learn.microsoft.com/azure/communication-services/concepts/join-teams-meeting). When anonymous meeting join is enabled, both types of clients may be used by default. This optional parameter can be used to block one of the client types that can be used. From 906f4e1afaadaa671dd5949d994b503b2396f0bb Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 28 Oct 2025 19:02:20 -0500 Subject: [PATCH 2/4] Update TeamsEventsPolicy and TeamsMeetingPolicy to New and Set cmdlets to document new parameter for Backroom Chat --- .../MicrosoftTeams/New-CsTeamsEventsPolicy.md | 23 ++++++++++++++++- .../New-CsTeamsMeetingPolicy.md | 22 ++++++++++++++++ .../MicrosoftTeams/Set-CsTeamsEventsPolicy.md | 25 ++++++++++++++++--- 3 files changed, 66 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsEventsPolicy.md index 3d020626bb..b93d76f659 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsEventsPolicy.md @@ -16,7 +16,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr ## SYNTAX ```powershell -New-CsTeamsEventsPolicy [-Identity] [-AllowWebinars ] [-AllowTownhalls ] [-ImmersiveEvents ] [-AllowEmailEditing ] [-Description ] +New-CsTeamsEventsPolicy [-Identity] [-AllowWebinars ] [-AllowTownhalls ] [-BackroomChat ] [-ImmersiveEvents ] [-AllowEmailEditing ] [-Description ] [-TownhallEventAttendeeAccess ] [-RecordingForTownhall ] [-RecordingForWebinar ] [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] [-AllowEventIntegrations ] [-TownhallChatExperience ] [-UseMicrosoftECDN ] [-EventAccessType ] [-BroadcastPremiumApps ] [-TownhallMaxResolution ] [-HighBitrateForTownhall ] [-WhatIf] [-Confirm] [] @@ -163,6 +163,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BackroomChat +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This setting governs whether the user can create Events with Backroom Chat enabled. + +Possible values are: + - **Enabled**: Enables creating Events with Backroom Chat. + - **Disabled**: Disables creating Events with Backroom Chat. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -BroadcastPremiumApps This setting will enable Tenant Admins to specify if an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group. diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md index de4222da63..39fe467b49 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md @@ -71,6 +71,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-AudibleRecordingNotification ] [-AutoAdmittedUsers ] [-AutomaticallyStartCopilot ] + [-BackroomChat ] [-BlockedAnonymousJoinClientTypes ] [-CaptchaVerificationForMeetingJoin ] [-ChannelRecordingDownload ] @@ -1008,6 +1009,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BackroomChat +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This setting governs whether the user can create Events with Backroom Chat enabled. + +Possible values are: + - **Enabled**: Enables creating Events with Backroom Chat. + - **Disabled**: Disables creating Events with Backroom Chat. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -BlockedAnonymousJoinClientTypes A user can join a Teams meeting anonymously using a [Teams client](https://support.microsoft.com/office/join-a-meeting-without-a-teams-account-c6efc38f-4e03-4e79-b28f-e65a4c039508) or using a [custom application built using Azure Communication Services](https://learn.microsoft.com/azure/communication-services/concepts/join-teams-meeting). When anonymous meeting join is enabled, both types of clients may be used by default. This optional parameter can be used to block one of the client types that can be used. diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md index ec716bcce9..e39365efff 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md @@ -14,9 +14,7 @@ title: Set-CsTeamsEventsPolicy This cmdlet allows you to configure options for customizing Teams events experiences. Note that this policy is currently still in preview. ## SYNTAX - -``` -Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [-AllowTownhalls ] [-ImmersiveEvents ] +Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [-AllowTownhalls ] [-BackroomChat ] [-ImmersiveEvents ] [-TownhallEventAttendeeAccess ] [-AllowEmailEditing ] [-AllowedQuestionTypesInRegistrationForm ] [-AllowEventIntegrations ] [-AllowedWebinarTypesForRecordingPublish ] [-AllowedTownhallTypesForRecordingPublish ] [-TownhallChatExperience ] [-Description ] @@ -164,6 +162,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BackroomChat +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This setting governs whether the user can create Events with Backroom Chat enabled. + +Possible values are: + - **Enabled**: Enables creating Events with Backroom Chat. + - **Disabled**: Disables creating Events with Backroom Chat. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -BroadcastPremiumApps This setting will enable Tenant Admins to specify if an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group. From e468d2135d3245caaca49a16afc1b89979f3cc4d Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 30 Oct 2025 20:50:14 +0000 Subject: [PATCH 3/4] Fix formatting --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md index b07de9de0a..efdad91a20 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md @@ -14,6 +14,7 @@ title: Set-CsTeamsEventsPolicy This cmdlet allows you to configure options for customizing Teams events experiences. Note that this policy is currently still in preview. ## SYNTAX +``` Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [-AllowTownhalls ] [-BackroomChat ] [-ImmersiveEvents ] [-TownhallEventAttendeeAccess ] [-AllowEmailEditing ] [-AllowedQuestionTypesInRegistrationForm ] [-AllowEventIntegrations ] [-AllowedWebinarTypesForRecordingPublish ] From 76cfab5dba021287ec4f6db64115e093f42f8b35 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 30 Oct 2025 20:51:59 +0000 Subject: [PATCH 4/4] add type --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md index efdad91a20..3c7f20c92f 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md @@ -14,7 +14,7 @@ title: Set-CsTeamsEventsPolicy This cmdlet allows you to configure options for customizing Teams events experiences. Note that this policy is currently still in preview. ## SYNTAX -``` +```powershell Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [-AllowTownhalls ] [-BackroomChat ] [-ImmersiveEvents ] [-TownhallEventAttendeeAccess ] [-AllowEmailEditing ] [-AllowedQuestionTypesInRegistrationForm ] [-AllowEventIntegrations ] [-AllowedWebinarTypesForRecordingPublish ]