Skip to content

Commit 62957d2

Browse files
authored
Merge pull request #10938 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 7d936eb + d8048f6 commit 62957d2

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
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-MailboxCalendarFolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ To specify a date/time value for this parameter, use either of the following opt
294294

295295
**Notes**:
296296

297-
- You use this parameter on the shared calendar in delegate's mailbox. For example, `Set-MailboxCalendarFolder -Identity "[email protected]:\Calendar\Name of shared calendar" -SharedCalendarSyncStartDate`. The word `...\Calendar\...` is in the language that the user sees in Outlook (for example, in German, the word is `...\Kalendar\...`).
297+
- You use this parameter on the shared calendar in the delegate's mailbox. For example, `Set-MailboxCalendarFolder -Identity delegate@contoso.onmicrosoft.com:DelegateSharedCalendarFolderId" -SharedCalendarSyncStartDate (Get-Date "5/6/2023 9:30 AM").ToUniversalTime()`. DelegateSharedCalendarFolderId is the FolderId of the shared calendar in the delegate's mailbox (for example, `Get-MailboxFolderStatistics -Identity [email protected] -FolderScope Calendar | Format-List Name,FolderId`).
298298
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
299299
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
300300
- The value of this parameter is used when initializing the calendar folder sync. After that, every new, updated, and deleted item is processed and synced, regardless of the SharedCalendarSyncStartDate parameter value.

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

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Set-UnifiedGroup [-Identity] <UnifiedGroupIdParameter>
8585
## DESCRIPTION
8686
Microsoft 365 Groups are group objects that are available across Microsoft 365 services.
8787

88-
> [!NOTE]
89-
> You can't change the HiddenGroupMembershipEnabled setting on an existing Microsoft 365 Group. The setting is only available upon new group creation.
88+
> [!NOTE]
89+
> You can't change the HiddenGroupMembershipEnabled setting on an existing Microsoft 365 Group. The setting is available only during new group creation.
9090
9191
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
9292

0 commit comments

Comments
 (0)