diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md b/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md index dca29b5696..16864ec12e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md @@ -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 diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md index ec716bcce9..62146e2b66 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md @@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [- [-AllowEventIntegrations ] [-AllowedWebinarTypesForRecordingPublish ] [-AllowedTownhallTypesForRecordingPublish ] [-TownhallChatExperience ] [-Description ] [-RecordingForTownhall ] [-RecordingForWebinar ] [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] - [-UseMicrosoftECDN ] [-BroadcastPremiumApps ] [-MaxResolutionForTownhall ] [-HighBitrateForTownhall ] + [-UseMicrosoftECDN ] [-BroadcastPremiumApps ] [-TownhallMaxResolution ] [-HighBitrateForTownhall ] ``` ## DESCRIPTION @@ -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 @@ -452,7 +453,7 @@ Aliases: Required: False Position: Named -Default value: Max1080p +Default value: MicrosoftManaged Accept pipeline input: False Accept wildcard characters: False ```