Skip to content

Commit fbdb6ae

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,9 @@ This parameter specifies a condition or part of a condition for the rule. The na
885885

886886
In on-premises Exchange, this condition is only available on Mailbox servers.
887887

888-
The AttachmentHasExecutableContent parameter specifies a condition that looks for executable content in message attachments. Valid values are:
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:
889891

890892
- $true: Look for executable content in message attachments.
891893
- $false: Don't look for executable content in message attachments.
@@ -1743,7 +1745,9 @@ This parameter specifies an exception or part of an exception for the rule. The
17431745

17441746
In on-premises Exchange, this exception is only available on Mailbox servers.
17451747

1746-
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that looks for executable content in message attachments. Valid values are:
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:
17471751

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

0 commit comments

Comments
 (0)