Skip to content

Commit df97529

Browse files
committed
Typos and other fixes
1 parent 00b2afc commit df97529

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ New-SafeAttachmentPolicy [-Name] <String>
3838
## DESCRIPTION
3939
Safe Attachments is a feature in Microsoft Defender for Office 365 that opens email attachments in a special hypervisor environment to detect malicious activity. For more information, see [Safe Attachments in Defender for Office 365](https://learn.microsoft.com/defender-office-365/safe-attachments-about).
4040

41-
New safe attachment policies that you create using this cmdlet aren't applied to users and aren't visible in the admin center. You need to use the SafeAttachmentPolicy parameter on the New-SafeAttachmentRule or Set-SafeAttachmentRule cmdlets to associate the policy with a rule to create a complete Safe Attachments policy that's visible in the admin center.
41+
New safe attachment policies that you create using this cmdlet aren't applied to users and aren't visible in the Microsoft Defender portal. You need to use the SafeAttachmentPolicy parameter on the New-SafeAttachmentRule or Set-SafeAttachmentRule cmdlets to associate the policy with a rule to create a complete Safe Attachments policy that's visible in the Defender portal.
4242

4343
A safe attachment policy can be assigned to only one safe attachment rule.
4444

@@ -79,13 +79,13 @@ Accept wildcard characters: False
7979
### -Action
8080
The Action parameter specifies the action for the safe attachment policy. Valid values are:
8181
82-
- 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.
82+
- 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 Microsoft Defender portal.
8383
- Block: Block the email message that contains the malware attachment. This is the default value.
8484
- 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 [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/defender-office-365/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8585
8686
The value of this parameter is meaningful only when the value of the Enable parameter is $true (the default value is $false).
8787
88-
To specify no action for the safe attachment policy (corresponds to the value **Off** for the **Safe Attachments unknown malware response** policy setting in the admin center), use the value $false for the Enable parameter.
88+
To specify no action for the safe attachment policy (corresponds to the value **Off** for the **Safe Attachments unknown malware response** policy setting in the Defender portal), use the value $false for the Enable parameter.
8989
9090
The results of all actions are available in message trace.
9191
@@ -219,11 +219,9 @@ Accept wildcard characters: False
219219
### -Redirect
220220
The Redirect parameter specifies whether to deliver messages to an alternate email address if malware is detected in an attachment. Valid values are:
221221

222-
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter.
222+
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter. This value is meaningful only when the value of the Action parameter is Allow.
223223
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.
224224

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-
227225
```yaml
228226
Type: Boolean
229227
Parameter Sets: (All)
@@ -240,9 +238,7 @@ Accept wildcard characters: False
240238
### -RedirectAddress
241239
The RedirectAddress parameter specifies the destination email address to deliver messages if malware is detected in an attachment.
242240

243-
The value of this parameter is meaningful only when when value of the Redirect parameter is $true and the value of the Action parameter is Allow.
244-
245-
**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).
241+
The value of this parameter is meaningful only when value of the Redirect parameter is $true and the value of the Action parameter is Allow.
246242

247243
```yaml
248244
Type: SmtpAddress

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Accept wildcard characters: False
7676
### -Action
7777
The Action parameter specifies the action for the safe attachment policy. Valid values are:
7878
79-
- 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.
79+
- 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 Microsoft Defender portal.
8080
- Block: Block the email message that contains the malware attachment. This is the default value.
8181
- 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 [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/defender-office-365/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8282
8383
The value of this parameter is meaningful only when the value of the Enable parameter is $true (the default value is $false).
8484
85-
To specify no action for the safe attachment policy (corresponds to the value **Off** for the **Safe Attachments unknown malware response** policy setting in the admin center), use the value $false for the Enable parameter.
85+
To specify no action for the safe attachment policy (corresponds to the value **Off** for the **Safe Attachments unknown malware response** policy setting in the Defender portal), use the value $false for the Enable parameter.
8686
8787
The results of all actions are available in message trace.
8888
@@ -184,11 +184,9 @@ Accept wildcard characters: False
184184
### -Redirect
185185
The Redirect parameter specifies whether to deliver messages to an alternate email address if malware is detected in an attachment. Valid values are:
186186

187-
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter.
187+
- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter. This value is meaningful only when the value of the Action parameter is Allow.
188188
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.
189189

190-
**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).
191-
192190
```yaml
193191
Type: Boolean
194192
Parameter Sets: (All)
@@ -207,8 +205,6 @@ The RedirectAddress parameter specifies the destination email address to deliver
207205

208206
The value of this parameter is meaningful only when value of the Redirect parameter is $true and the value of the Action parameter is Allow.
209207

210-
**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).
211-
212208
```yaml
213209
Type: SmtpAddress
214210
Parameter Sets: (All)
@@ -225,8 +221,6 @@ Accept wildcard characters: False
225221
### -WhatIf
226222
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.
227223

228-
**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).
229-
230224
```yaml
231225
Type: SwitchParameter
232226
Parameter Sets: (All)

0 commit comments

Comments
 (0)