Skip to content

Commit 03ba3cb

Browse files
committed
Merge branch 'main' of https://github.com/t-alqawlaqa/office-docs-powershell into t-alqawlaqa/cmdletStates
2 parents fb8da7e + afe51d7 commit 03ba3cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ In on-premises Exchange, this exception is available on Mailbox servers and Edge
21382138

21392139
The ExceptIfFromScope parameter specifies an exception that looks for the location of message senders. Valid values are:
21402140

2141-
- InOrganization: The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization or The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain, and the message was sent or received over an authenticated connection.
2141+
- InOrganization: The message was sent or received over an authenticated connection **AND** the sender is a mailbox, mail user, group, or mail-enabled public folder in your organization, **OR** the sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain in your organization.
21422142
- NotInOrganization: The sender's email address isn't in an accepted domain or the sender's email address is in an accepted domain that's configured as an external relay domain.
21432143

21442144
```yaml
@@ -3198,7 +3198,9 @@ In on-premises Exchange, this condition is available on Mailbox servers and Edge
31983198

31993199
The FromScope parameter specifies a condition that looks for the location of message senders. Valid values are:
32003200

3201-
- InOrganization: The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization or The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain, and the message was sent or received over an authenticated connection.
3201+
- InOrganization:
3202+
1. The message was sent or received over an authenticated connection, **AND**
3203+
2. The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization, **OR** The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain.
32023204
- NotInOrganization: The sender's email address isn't in an accepted domain or the sender's email address is in an accepted domain that's configured as an external relay domain.
32033205

32043206
```yaml

0 commit comments

Comments
 (0)