From f50a1f427f46931d95bd55ad7192b9a6b5f6521c Mon Sep 17 00:00:00 2001 From: kelof12 <36722274+kelof12@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:12:47 -0400 Subject: [PATCH] Update Set-CsTeamsEventsPolicy.md --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md index ec716bcce9..62146e2b66 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md @@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [- [-AllowEventIntegrations ] [-AllowedWebinarTypesForRecordingPublish ] [-AllowedTownhallTypesForRecordingPublish ] [-TownhallChatExperience ] [-Description ] [-RecordingForTownhall ] [-RecordingForWebinar ] [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] - [-UseMicrosoftECDN ] [-BroadcastPremiumApps ] [-MaxResolutionForTownhall ] [-HighBitrateForTownhall ] + [-UseMicrosoftECDN ] [-BroadcastPremiumApps ] [-TownhallMaxResolution ] [-HighBitrateForTownhall ] ``` ## DESCRIPTION @@ -438,12 +438,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MaxResolutionForTownhall +### -TownhallMaxResolution This policy sets the maximum video resolution supported in Town hall events. Possible values are: - **Max720p**: Town halls support video resolution up to 720p. - **Max1080p**: Town halls support video resolution up to 1080p. +- **MicrosoftManaged**: Town halls will support video resolution up to 720p except for those customers whose networks have been assessed by Microsoft to support up to 1080p." ```yaml Type: String @@ -452,7 +453,7 @@ Aliases: Required: False Position: Named -Default value: Max1080p +Default value: MicrosoftManaged Accept pipeline input: False Accept wildcard characters: False ```