Skip to content

Commit 26c6fe8

Browse files
authored
Clarify parameter descriptions in Set-AcceptedDomain doc
1 parent 6c11bd0 commit 26c6fe8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

exchange/exchange-ps/exchange/Set-AcceptedDomain.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,12 @@ Accept wildcard characters: False
307307
### -SendingFromDomainDisabled
308308
This parameter is available only in the cloud-based service.
309309

310-
This parameter allows administrators to stop emails being sent from an alias with this domain. A common scenario would be if a domain is for a legacy brand that may still need to receive emails but should not be sending any emails.
310+
The SendingFromDomainDisabled parameter specifies whether to allow email to be sent from addresses in the domain. Valid values are:
311311

312+
- $true: Email can't be sent from addresses in the domain.
313+
- $false: Email can be sent from addresses in the domain.
314+
315+
A common scenario is addresses in a legacy domain that still need to receive email, but shouldn't be used to send email.
312316

313317
```yaml
314318
Type: Boolean
@@ -326,7 +330,12 @@ Accept wildcard characters: False
326330
### -SendingToDomainDisabled
327331
This parameter is available only in the cloud-based service.
328332

329-
This parameter allows administrators to stop emails being received when addressed to this domain. A common scenario would be to set this on your tenant's MOERA domain e.g. contoso.onmicrosoft.com when it is not in use.
333+
The SendingToDomainDisabled specifies whether to prevent delivery of messages sent to recipients in the domain. Valid values are:
334+
335+
- $true: Email sent to recipients in the domain is blocked.
336+
- $false: Email sent to recipients in the domain isn't blocked.
337+
338+
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).
330339

331340
```yaml
332341
Type: Boolean

0 commit comments

Comments
 (0)