Skip to content

Commit eb0c7f0

Browse files
authored
Merge branch 'master' into cabailey-m365powershell-advancedsettings
2 parents 64f4342 + 2440c62 commit eb0c7f0

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

exchange/exchange-ps/exchange/Get-AdvancedThreatProtectionTrafficReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
This cmdlet will be deprecated. Use the **Get-MailTrafficATPReport** cmdlet instead.
18+
1719
Use the Get-AdvancedThreatProtectionTrafficReport cmdlet to view the results of Safe Attachments and Safe Links actions in your cloud-based organization for the last 90 days.
1820

1921
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).

exchange/exchange-ps/exchange/Get-MailDetailMalwareReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
This cmdlet will be deprecated. Use the **Get-MailDetailATPReport** cmdlet instead.
18+
1719
Use the Get-MailDetailMalwareReport cmdlet to view the details of messages that contained malware for the last 10 days.
1820

1921
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).

exchange/exchange-ps/exchange/Get-MailDetailSpamReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
This cmdlet will be deprecated. Use the **Get-MailDetailATPReport** cmdlet instead.
18+
1719
Use the Get-MailDetailSpamReport cmdlet to view the details of spam messages for the last 10 days.
1820

1921
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).

exchange/exchange-ps/exchange/Get-MailTrafficReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
This cmdlet will be deprecated. Use the **Get-MailFlowStatusReport** and **Get-MailTrafficATPReport** cmdlets instead.
18+
1719
Use the Get-MailTrafficReport cmdlet to view details about message traffic in your organization for the last 90 days.
1820

1921
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Accept wildcard characters: False
151151
```
152152

153153
### -Enable
154-
This parameter isn't used. To enable or disable a safe attachment policy, use the Enabled parameter on the New-SafeAttachmentRule or Set-SafeAttachmentRule cmdlets.
154+
This parameter isn't used. To enable or disable an existing Safe Attachments policy (the combination of the safe attachment policy and safe attachment rule in PowerShell), use the Enable-SafeAttachmentRule or Disable-SafeAttachmentRule cmdlets.
155155

156156
```yaml
157157
Type: Boolean

0 commit comments

Comments
 (0)