Skip to content

Commit 4bdff11

Browse files
authored
Merge pull request #10899 from m-nestorovic/patch-18
Update Set-TransportRule.md
2 parents cbb481b + 2f21fbe commit 4bdff11

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/exchange/Set-TransportRule.md

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

884884
In on-premises Exchange, this condition is only available on Mailbox servers.
885885

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

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

891+
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).
892+
891893
```yaml
892894
Type: Boolean
893895
Parameter Sets: (All)
@@ -1720,11 +1722,13 @@ This parameter specifies an exception or part of an exception for the rule. The
17201722

17211723
In on-premises Exchange, this exception is only available on Mailbox servers.
17221724

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

17251727
- $true: Look for executable content in message attachments.
17261728
- $false: Don't look for executable content in message attachments.
17271729

1730+
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).
1731+
17281732
```yaml
17291733
Type: Boolean
17301734
Parameter Sets: (All)

0 commit comments

Comments
 (0)