You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-TransportRule.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -938,7 +938,7 @@ The AttachmentIsUnsupported parameter specifies a condition that looks for unsup
938
938
- $true: Look for unsupported file types in messages.
939
939
- $false: Don't look for unsupported file types in messages.
940
940
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.
942
942
943
943
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).
944
944
@@ -1798,7 +1798,7 @@ The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks
1798
1798
- $true: Look for unsupported file types in messages.
1799
1799
- $false: Don't look for unsupported file types in messages.
1800
1800
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.
1802
1802
1803
1803
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).
1804
1804
@@ -4222,7 +4222,12 @@ This parameter is available only in the cloud-based service.
4222
4222
4223
4223
This parameter specifies an action or part of an action for the rule.
4224
4224
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.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-MailboxCalendarFolder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ To specify a date/time value for this parameter, use either of the following opt
294
294
295
295
**Notes**:
296
296
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`).
298
298
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
299
299
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
300
300
- 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.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-TransportRule.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -671,7 +671,7 @@ The ApplyHtmlDisclaimerFallbackAction parameter specifies what to do if the HTML
671
671
- 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.
672
672
673
673
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
+
675
675
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.
676
676
677
677
- 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
936
936
- $true: Look for unsupported file types in messages.
937
937
- $false: Don't look for unsupported file types in messages.
938
938
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.
940
940
941
941
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).
942
942
@@ -1775,7 +1775,7 @@ The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks
1775
1775
- $true: Look for unsupported file types in messages.
1776
1776
- $false: Don't look for unsupported file types in messages.
1777
1777
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.
1779
1779
1780
1780
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).
1781
1781
@@ -4215,7 +4215,12 @@ This parameter is available only in the cloud-based service.
4215
4215
4216
4216
This parameter specifies an action or part of an action for the rule.
4217
4217
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.
Microsoft 365 Groups are group objects that are available across Microsoft 365 services.
87
87
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.
90
90
91
91
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).
0 commit comments