Skip to content

Commit f61c02d

Browse files
Merge pull request #13204 from kelof12/patch-1
Update New-CsTeamsEventsPolicy.md
2 parents 1a1222a + 16b2398 commit f61c02d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1919
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>] [-AllowEmailEditing <String>] [-Description <String>]
2020
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2121
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
22-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -377,12 +377,13 @@ Accept pipeline input: False
377377
Accept wildcard characters: False
378378
```
379379
380-
### -MaxResolutionForTownhall
380+
### -TownhallMaxResolution
381381
This policy sets the maximum video resolution supported in Town hall events.
382382
383383
Possible values are:
384384
- **Max720p**: Town halls support video resolution up to 720p.
385385
- **Max1080p**: Town halls support video resolution up to 1080p.
386+
- **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."
386387
387388
```yaml
388389
Type: String
@@ -391,7 +392,7 @@ Aliases:
391392

392393
Required: False
393394
Position: Named
394-
Default value: Max1080p
395+
Default value: MicrosoftManaged
395396
Accept pipeline input: False
396397
Accept wildcard characters: False
397398
```

0 commit comments

Comments
 (0)