You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-TransportRule.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -885,13 +885,13 @@ This parameter specifies a condition or part of a condition for the rule. The na
885
885
886
886
In on-premises Exchange, this condition is only available on Mailbox servers.
887
887
888
-
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).
889
-
890
-
Valid values are:
888
+
The AttachmentHasExecutableContent parameter specifies a condition that inspects messages where an attachment is an executable file. Valid values are:
891
889
892
890
- $true: Look for executable content in message attachments.
893
891
- $false: Don't look for executable content in message attachments.
894
892
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
+
895
895
```yaml
896
896
Type: Boolean
897
897
Parameter Sets: (All)
@@ -1745,13 +1745,13 @@ This parameter specifies an exception or part of an exception for the rule. The
1745
1745
1746
1746
In on-premises Exchange, this exception is only available on Mailbox servers.
1747
1747
1748
-
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).
1749
-
1750
-
Valid values are:
1748
+
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that inspects messages where an attachment is an executable file. Valid values are:
1751
1749
1752
1750
- $true: Look for executable content in message attachments.
1753
1751
- $false: Don't look for executable content in message attachments.
1754
1752
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).
0 commit comments