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/Set-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
@@ -883,13 +883,13 @@ This parameter specifies a condition or part of a condition for the rule. The na
883
883
884
884
In on-premises Exchange, this condition is only available on Mailbox servers.
885
885
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:
889
887
890
888
- $true: Look for executable content in message attachments.
891
889
- $false: Don't look for executable content in message attachments.
892
890
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
+
893
893
```yaml
894
894
Type: Boolean
895
895
Parameter Sets: (All)
@@ -1722,13 +1722,13 @@ This parameter specifies an exception or part of an exception for the rule. The
1722
1722
1723
1723
In on-premises Exchange, this exception is only available on Mailbox servers.
1724
1724
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:
1728
1726
1729
1727
- $true: Look for executable content in message attachments.
1730
1728
- $false: Don't look for executable content in message attachments.
1731
1729
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).
0 commit comments