Skip to content

Commit 871d21c

Browse files
authored
Update Set-TransportRule.md
Fixed statement how AttachmentHasExecutableContent/ExceptIfAttachmentHasExecutableContent is working. Work Item ID in the ADO: 3543132
1 parent 3ae4eb6 commit 871d21c

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,7 +883,9 @@ 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+
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:
887889

888890
- $true: Look for executable content in message attachments.
889891
- $false: Don't look for executable content in message attachments.
@@ -1720,7 +1722,9 @@ 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+
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:
17241728

17251729
- $true: Look for executable content in message attachments.
17261730
- $false: Don't look for executable content in message attachments.

0 commit comments

Comments
 (0)