Skip to content

Commit 2f21fbe

Browse files
authored
Update Set-TransportRule.md
1 parent 871d21c commit 2f21fbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +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-
This condition inspects messages where an attachment is an executable file. The system inspects the file's properties rather than relying on the file's extension. To understand better this condition/exception, see [Use mail flow rules to inspect message attachments in Exchange Online](/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments).
887-
888-
Valid values are:
886+
The AttachmentHasExecutableContent parameter specifies a condition that inspects messages where an attachment is an executable file. Valid values are:
889887

890888
- $true: Look for executable content in message attachments.
891889
- $false: Don't look for executable content in message attachments.
892890

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+
893893
```yaml
894894
Type: Boolean
895895
Parameter Sets: (All)
@@ -1722,13 +1722,13 @@ This parameter specifies an exception or part of an exception for the rule. The
17221722

17231723
In on-premises Exchange, this exception is only available on Mailbox servers.
17241724

1725-
This exception inspects messages where an attachment is an executable file. The system inspects the file's properties rather than relying on the file's extension. To understand better this condition/exception, see [Use mail flow rules to inspect message attachments in Exchange Online](/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments).
1726-
1727-
Valid values are:
1725+
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that inspects messages where an attachment is an executable file. Valid values are:
17281726

17291727
- $true: Look for executable content in message attachments.
17301728
- $false: Don't look for executable content in message attachments.
17311729

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+
17321732
```yaml
17331733
Type: Boolean
17341734
Parameter Sets: (All)

0 commit comments

Comments
 (0)