Skip to content

Commit 914914c

Browse files
Merge pull request #1 from davidfoulkejr/davidfoulkejr-patch-1
Add new TeamsEventsPolicies docs -MaxResolutionForTownhall and -HighBitrateForTownhall
2 parents 072a3da + bd47566 commit 914914c

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1818
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -314,6 +314,44 @@ Accept pipeline input: False
314314
Accept wildcard characters: False
315315
```
316316
317+
### -MaxResolutionForTownhall
318+
This setting will enable Tenant Admins to specify whether Teams Premium town halls will support up to 1080p video resolution.
319+
320+
Possible values are:
321+
- **Max1080p**: Town hall video quality supports up to 1080p
322+
- **Max720p**: Town hall video quality supports up to 720p
323+
324+
```yaml
325+
Type: String
326+
Parameter Sets: (All)
327+
Aliases:
328+
329+
Required: False
330+
Position: Named
331+
Default value: Max1080p
332+
Accept pipeline input: False
333+
Accept wildcard characters: False
334+
```
335+
336+
### -HighBitrateForTownhall
337+
This setting will enable Tenant Admins to specify whether Teams Premium Town halls will support high-bitrate video quality of up to 8 Mbps. Note: In order to enable this policy, one must first set the `MaxResolutionForTownhall` policy to `Max1080p`.
338+
339+
Possible values are:
340+
- **Enabled**: Town halls support high-bitrate video quality (up to 8 Mbps)
341+
- **Disabled**: Town halls do not support high-bitrate video quality (up to 4 Mbps)
342+
343+
```yaml
344+
Type: String
345+
Parameter Sets: (All)
346+
Aliases:
347+
348+
Required: False
349+
Position: Named
350+
Default value: Disabled
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
317355
### -Confirm
318356
The Confirm switch does not work with this cmdlet.
319357

0 commit comments

Comments
 (0)