Skip to content

Commit 3136bb0

Browse files
Merge pull request #13211 from MicrosoftDocs/main
[AutoPublish] main to live - 10/30 10:45 PDT | 10/30 23:15 IST
2 parents 195ef4d + 0adee60 commit 3136bb0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,14 @@ Accept wildcard characters: False
40504050

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

4053-
{{ Fill RejectDirectSend Description }}
4053+
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. Valid values are:
4054+
4055+
- $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:
4056+
4057+
• The anonymous incoming messages don't match any Inbound connector.
4058+
• 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.
4059+
4060+
- $false: Direct Send isn't blocked.
40544061

40554062
```yaml
40564063
Type: Boolean

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
2222
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2323
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>] [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>]
24+
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>]
2525
```
2626

2727
## DESCRIPTION
@@ -438,12 +438,13 @@ Accept pipeline input: False
438438
Accept wildcard characters: False
439439
```
440440
441-
### -MaxResolutionForTownhall
441+
### -TownhallMaxResolution
442442
This policy sets the maximum video resolution supported in Town hall events.
443443
444444
Possible values are:
445445
- **Max720p**: Town halls support video resolution up to 720p.
446446
- **Max1080p**: Town halls support video resolution up to 1080p.
447+
- **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."
447448
448449
```yaml
449450
Type: String
@@ -452,7 +453,7 @@ Aliases:
452453

453454
Required: False
454455
Position: Named
455-
Default value: Max1080p
456+
Default value: MicrosoftManaged
456457
Accept pipeline input: False
457458
Accept wildcard characters: False
458459
```

0 commit comments

Comments
 (0)