Skip to content

Commit d2576fb

Browse files
authored
Merge pull request MicrosoftDocs#9886 from MicrosoftDocs/chrisda
Deprecation info and MC links
2 parents e579c3a + b72a92d commit d2576fb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

exchange/exchange-ps/exchange/New-SafeAttachmentPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The Action parameter specifies the action for the safe attachment policy. Valid
8282
8383
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8484
- Block: Block the email message that contains the malware attachment. This is the default value.
85-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text.
85+
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8686
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [How Dynamic Delivery works](https://docs.microsoft.com/microsoft-365/security/office-365-security/dynamic-delivery-and-previewing#how-dynamic-delivery-works).
8787
8888
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).
@@ -239,6 +239,8 @@ The Redirect parameter specifies whether to deliver messages that were identifie
239239
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter. This value is required when the ActionOnError parameter value is $true. Otherwise, messages might be lost.
240240
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.
241241

242+
**Note**: Redirection will soon be available only for the Allow action. For more information, see [MC424899](https://admin.microsoft.com/AdminPortal/Home?#/MessageCenter/:/messages/MC424899).
243+
242244
```yaml
243245
Type: Boolean
244246
Parameter Sets: (All)
@@ -255,6 +257,8 @@ Accept wildcard characters: False
255257
### -RedirectAddress
256258
The RedirectAddress parameter specifies the email address to deliver messages that were identified by Safe Attachments as containing malware attachments when the Redirect parameter is set to the value $true.
257259

260+
**Note**: Redirection will soon be available only for the Allow action. For more information, see [MC424899](https://admin.microsoft.com/AdminPortal/Home?#/MessageCenter/:/messages/MC424899).
261+
258262
```yaml
259263
Type: SmtpAddress
260264
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-SafeAttachmentPolicy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Action parameter specifies the action for the safe attachment policy. Valid
7979
8080
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8181
- Block: Block the email message that contains the malware attachment. This is the default value.
82-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text.
82+
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8383
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [How Dynamic Delivery works](https://docs.microsoft.com/microsoft-365/security/office-365-security/dynamic-delivery-and-previewing#how-dynamic-delivery-works).
8484
8585
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).
@@ -204,6 +204,8 @@ The Redirect parameter specifies whether to deliver messages that were identifie
204204
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter. This value is required when the ActionOnError parameter value is $true. Otherwise, messages might be lost.
205205
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.
206206

207+
**Note**: Redirection will soon be available only for the Allow action. For more information, see [MC424899](https://admin.microsoft.com/AdminPortal/Home?#/MessageCenter/:/messages/MC424899).
208+
207209
```yaml
208210
Type: Boolean
209211
Parameter Sets: (All)
@@ -220,6 +222,8 @@ Accept wildcard characters: False
220222
### -RedirectAddress
221223
The RedirectAddress parameter specifies the email address to deliver messages that were identified by Safe Attachments as containing malware attachments when the Redirect parameter is set to the value $true.
222224

225+
**Note**: Redirection will soon be available only for the Allow action. For more information, see [MC424899](https://admin.microsoft.com/AdminPortal/Home?#/MessageCenter/:/messages/MC424899).
226+
223227
```yaml
224228
Type: SmtpAddress
225229
Parameter Sets: (All)
@@ -236,6 +240,8 @@ Accept wildcard characters: False
236240
### -WhatIf
237241
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
238242

243+
**Note**: Redirection will soon be available only for the Allow action. For more information, see [MC424899](https://admin.microsoft.com/AdminPortal/Home?#/MessageCenter/:/messages/MC424899).
244+
239245
```yaml
240246
Type: SwitchParameter
241247
Parameter Sets: (All)

0 commit comments

Comments
 (0)