Skip to content
Merged
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
14 changes: 12 additions & 2 deletions exchange/exchange-ps/exchange/Set-AcceptedDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,12 @@ Accept wildcard characters: False
### -SendingFromDomainDisabled
This parameter is available only in the cloud-based service.

{{ Fill SendingFromDomainDisabled Description }}
The SendingFromDomainDisabled parameter specifies whether to allow email to be sent from addresses in the domain. Valid values are:

- $true: Email can't be sent from addresses in the domain.
- $false: Email can be sent from addresses in the domain.

A common scenario is addresses in a legacy domain that still need to receive email, but shouldn't be used to send email.

```yaml
Type: Boolean
Expand All @@ -325,7 +330,12 @@ Accept wildcard characters: False
### -SendingToDomainDisabled
This parameter is available only in the cloud-based service.

{{ Fill SendingToDomainDisabled Description }}
The SendingToDomainDisabled specifies whether to prevent delivery of messages sent to recipients in the domain. Valid values are:

- $true: Email sent to recipients in the domain is blocked.
- $false: Email sent to recipients in the domain isn't blocked.

A common scenario is to prevent email delivery to recipients in your unused Micorost Online Email Routing Address (MOERA) domain (for example, contoso.onmicrosoft.com).

```yaml
Type: Boolean
Expand Down
Loading