Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4050,7 +4050,14 @@ Accept wildcard characters: False

This parameter is available only in the cloud-based service.

{{ Fill RejectDirectSend Description }}
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. Valid values are:

- $true: Direct Send is blocked. Exchange Online rejects anonymous messages sent from your own domain to your organization's mailboxes when the following conditions are met:

• The anonymous incoming messages don't match any Inbound connector.
• The domain in the MAIL FROM address (also known as the `5321.MailFrom` address, P1 sender, or envelope sender) is an accepted domain in your organization.

- $false: Direct Send isn't blocked.

```yaml
Type: Boolean
Expand Down
7 changes: 4 additions & 3 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>] [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>]
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>]
```

## DESCRIPTION
Expand Down Expand Up @@ -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
Expand All @@ -452,7 +453,7 @@ Aliases:

Required: False
Position: Named
Default value: Max1080p
Default value: MicrosoftManaged
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down