Skip to content

Commit 072a3da

Browse files
Update Set-CsTeamsEventsPolicy.md
1 parent 1660397 commit 072a3da

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2424
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>]
25+
[-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>]
2526
```
2627

2728
## DESCRIPTION
@@ -406,6 +407,43 @@ Accept pipeline input: False
406407
Accept wildcard characters: False
407408
```
408409
410+
### -MaxResolutionForTownhall
411+
This setting will enable Tenant Admins to specify whether Teams Premium town halls will support up to 1080p video resolution.
412+
413+
Possible values are:
414+
- **Max1080p**: Town hall video quality supports up to 1080p
415+
- **Max720p**: Town hall video quality supports up to 720p
416+
417+
```yaml
418+
Type: String
419+
Parameter Sets: (All)
420+
Aliases:
421+
422+
Required: False
423+
Position: Named
424+
Default value: Max1080p
425+
Accept pipeline input: False
426+
Accept wildcard characters: False
427+
```
428+
429+
### -HighBitrateForTownhall
430+
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`.
431+
432+
Possible values are:
433+
- **Enabled**: Town halls support high-bitrate video quality (up to 8 Mbps)
434+
- **Disabled**: Town halls do not support high-bitrate video quality (up to 4 Mbps)
435+
436+
```yaml
437+
Type: String
438+
Parameter Sets: (All)
439+
Aliases:
440+
Required: False
441+
Position: Named
442+
Default value: Disabled
443+
Accept pipeline input: False
444+
Accept wildcard characters: False
445+
```
446+
409447
### -Confirm
410448
The Confirm switch does not work with this cmdlet.
411449

0 commit comments

Comments
 (0)