Skip to content

Typos and other fixes #12149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions exchange/exchange-ps/exchange/New-SafeAttachmentPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ New-SafeAttachmentPolicy [-Name] <String>
## DESCRIPTION
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).

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.
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.

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

Expand Down Expand Up @@ -79,13 +79,13 @@ Accept wildcard characters: False
### -Action
The Action parameter specifies the action for the safe attachment policy. Valid values are:

- 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.
- 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.
- Block: Block the email message that contains the malware attachment. This is the default value.
- 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).

The value of this parameter is meaningful only when the value of the Enable parameter is $true (the default value is $false).

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.
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.

The results of all actions are available in message trace.

Expand Down Expand Up @@ -219,11 +219,9 @@ Accept wildcard characters: False
### -Redirect
The Redirect parameter specifies whether to deliver messages to an alternate email address if malware is detected in an attachment. Valid values are:

- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter.
- $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.
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.

**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).

```yaml
Type: Boolean
Parameter Sets: (All)
Expand All @@ -240,9 +238,7 @@ Accept wildcard characters: False
### -RedirectAddress
The RedirectAddress parameter specifies the destination email address to deliver messages if malware is detected in an attachment.

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.

**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).
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.

```yaml
Type: SmtpAddress
Expand Down
12 changes: 3 additions & 9 deletions exchange/exchange-ps/exchange/Set-SafeAttachmentPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Accept wildcard characters: False
### -Action
The Action parameter specifies the action for the safe attachment policy. Valid values are:

- 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.
- 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.
- Block: Block the email message that contains the malware attachment. This is the default value.
- 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).

The value of this parameter is meaningful only when the value of the Enable parameter is $true (the default value is $false).

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.
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.

The results of all actions are available in message trace.

Expand Down Expand Up @@ -184,11 +184,9 @@ Accept wildcard characters: False
### -Redirect
The Redirect parameter specifies whether to deliver messages to an alternate email address if malware is detected in an attachment. Valid values are:

- $true: Messages that contain malware attachments are delivered to the email address specified by the RedirectAddress parameter.
- $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.
- $false: Messages that contain malware attachments aren't delivered to another email address. This is the default value.

**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).

```yaml
Type: Boolean
Parameter Sets: (All)
Expand All @@ -207,8 +205,6 @@ The RedirectAddress parameter specifies the destination email address to deliver

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.

**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).

```yaml
Type: SmtpAddress
Parameter Sets: (All)
Expand All @@ -225,8 +221,6 @@ Accept wildcard characters: False
### -WhatIf
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.

**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).

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Expand Down