Skip to content

Commit 7f14ca0

Browse files
committed
Merge branch 'main' into chrisda
2 parents 2970bc8 + 83245b0 commit 7f14ca0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

911911
In on-premises Exchange, this condition is only available on Mailbox servers.
912912

913-
The AttachmentIsPasswordProtected parameter specifies a condition that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
913+
The AttachmentIsPasswordProtected parameter specifies a condition that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection works for Office documents, compressed files (.zip, .7z, .rar, .tar, etc.), and .pdf files. Valid values are:
914914

915915
- $true: Look for password protected attachments.
916916
- $false: Don't look for password protected attachments.
@@ -1770,7 +1770,7 @@ This parameter specifies an exception or part of an exception for the rule. The
17701770

17711771
In on-premises Exchange, this exception is only available on Mailbox servers.
17721772

1773-
The ExceptIfAttachmentIsPasswordProtected parameter specifies an exception that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
1773+
The ExceptIfAttachmentIsPasswordProtected parameter specifies an exception that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection works for Office documents, compressed files (.zip, .7z, .rar, .tar, etc.), and .pdf files. Valid values are:
17741774

17751775
- $true: Look for password protected attachments.
17761776
- $false: Don't look for password protected attachments.

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

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

909909
In on-premises Exchange, this condition is only available on Mailbox servers.
910910

911-
The AttachmentIsPasswordProtected parameter specifies a condition that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
911+
The AttachmentIsPasswordProtected parameter specifies a condition that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection works for Office documents, compressed files (.zip, .7z, .rar, .tar, etc.), and .pdf files. Valid values are:
912912

913913
- $true: Look for password protected attachments.
914914
- $false: Don't look for password protected attachments.
@@ -1747,7 +1747,7 @@ This parameter specifies an exception or part of an exception for the rule. The
17471747

17481748
In on-premises Exchange, this exception is only available on Mailbox servers.
17491749

1750-
The ExceptIfAttachmentIsPasswordProtected parameter specifies an exception that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection only works for Office documents and .zip files. Valid values are:
1750+
The ExceptIfAttachmentIsPasswordProtected parameter specifies an exception that looks for password protected files in messages (because the contents of the file can't be inspected). Password detection works for Office documents, compressed files (.zip, .7z, .rar, .tar, etc.), and .pdf files. Valid values are:
17511751

17521752
- $true: Look for password protected attachments.
17531753
- $false: Don't look for password protected attachments.

0 commit comments

Comments
 (0)