Skip to content

Commit 8d4ba7e

Browse files
committed
Added description for RemoveRMSAttachmentEncryption param
And removed some trailing spaces.
1 parent 5609acf commit 8d4ba7e

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ The AttachmentIsUnsupported parameter specifies a condition that looks for unsup
938938
- $true: Look for unsupported file types in messages.
939939
- $false: Don't look for unsupported file types in messages.
940940

941-
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered.
941+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered.
942942

943943
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
944944

@@ -1798,7 +1798,7 @@ The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks
17981798
- $true: Look for unsupported file types in messages.
17991799
- $false: Don't look for unsupported file types in messages.
18001800

1801-
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the ExceptIfAttachmentIsUnsupported exception is triggered.
1801+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the ExceptIfAttachmentIsUnsupported exception is triggered.
18021802

18031803
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
18041804

@@ -4222,7 +4222,12 @@ This parameter is available only in the cloud-based service.
42224222

42234223
This parameter specifies an action or part of an action for the rule.
42244224

4225-
{{ Fill RemoveRMSAttachmentEncryption Description }}
4225+
The RemoveRMSAttachmentEncryption parameter specifies an action that removes Microsoft Purview Message Encryption from encrypted attachments in email. The attachments were already encrypted before they were attached to the message. The message itself doesn't need to be encrypted. Valid values are:
4226+
4227+
- $true: The encrypted attachments are decrypted.
4228+
- $false: The encrypted attachments aren't decrypted.
4229+
4230+
This parameter also requires the value $true for the RemoveOMEv2 parameter.
42264231

42274232
```yaml
42284233
Type: Boolean

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ The ApplyHtmlDisclaimerFallbackAction parameter specifies what to do if the HTML
671671
- Wrap: This is the default value. A new message is created and the original message is added to it as an attachment. The disclaimer text is added to the new message, which is delivered to the recipients.
672672

673673
If you want other rules to examine and act on the original message (which is now an attachment in the new message), make sure those rules are applied _before_ the disclaimer rule by using a lower priority for the disclaimer rule and higher priority for other rules.
674-
674+
675675
If the process of inserting the original message as an attachment in the new message fails, the original message isn't delivered. The original message is returned to the sender in an NDR.
676676

677677
- Ignore: The rule is ignored and the original message is delivered without the disclaimer.
@@ -936,7 +936,7 @@ The AttachmentIsUnsupported parameter specifies a condition that looks for unsup
936936
- $true: Look for unsupported file types in messages.
937937
- $false: Don't look for unsupported file types in messages.
938938

939-
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered.
939+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the AttachmentIsUnsupported condition is triggered.
940940

941941
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
942942

@@ -1775,7 +1775,7 @@ The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks
17751775
- $true: Look for unsupported file types in messages.
17761776
- $false: Don't look for unsupported file types in messages.
17771777

1778-
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the ExceptIfAttachmentIsUnsupported exception is triggered.
1778+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the ExceptIfAttachmentIsUnsupported exception is triggered.
17791779

17801780
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
17811781

@@ -4215,7 +4215,12 @@ This parameter is available only in the cloud-based service.
42154215

42164216
This parameter specifies an action or part of an action for the rule.
42174217

4218-
{{ Fill RemoveRMSAttachmentEncryption Description }}
4218+
The RemoveRMSAttachmentEncryption parameter specifies an action that removes Microsoft Purview Message Encryption from encrypted attachments in email. The attachments were already encrypted before they were attached to the message. The message itself doesn't need to be encrypted. Valid values are:
4219+
4220+
- $true: The encrypted attachments are decrypted.
4221+
- $false: The encrypted attachments aren't decrypted.
4222+
4223+
This parameter also requires the value $true for the RemoveOMEv2 parameter.
42194224

42204225
```yaml
42214226
Type: Boolean

0 commit comments

Comments
 (0)