Skip to content

Commit cbb481b

Browse files
authored
Merge pull request #10898 from m-nestorovic/patch-17
Update New-TransportRule.md
2 parents 3ae4eb6 + 44b44be commit cbb481b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,11 +885,13 @@ This parameter specifies a condition or part of a condition for the rule. The na
885885

886886
In on-premises Exchange, this condition is only available on Mailbox servers.
887887

888-
The AttachmentHasExecutableContent parameter specifies a condition that looks for executable content in message attachments. Valid values are:
888+
The AttachmentHasExecutableContent parameter specifies a condition that inspects messages where an attachment is an executable file. Valid values are:
889889

890890
- $true: Look for executable content in message attachments.
891891
- $false: Don't look for executable content in message attachments.
892892

893+
The system inspects the file properties rather than relying on the file's extension. For more information, see [Supported executable file types for mail flow rule inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-executable-file-types-for-mail-flow-rule-inspection).
894+
893895
```yaml
894896
Type: Boolean
895897
Parameter Sets: (All)
@@ -1743,11 +1745,13 @@ This parameter specifies an exception or part of an exception for the rule. The
17431745

17441746
In on-premises Exchange, this exception is only available on Mailbox servers.
17451747

1746-
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that looks for executable content in message attachments. Valid values are:
1748+
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that inspects messages where an attachment is an executable file. Valid values are:
17471749

17481750
- $true: Look for executable content in message attachments.
17491751
- $false: Don't look for executable content in message attachments.
17501752

1753+
The system inspects the file properties rather than relying on the file extension. For more information, see [Supported executable file types for mail flow rule inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-executable-file-types-for-mail-flow-rule-inspection).
1754+
17511755
```yaml
17521756
Type: Boolean
17531757
Parameter Sets: (All)

0 commit comments

Comments
 (0)