Skip to content
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
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/Get-MailDetailATPReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
- Get-MailDetailDlpPolicyReport
- Get-MailDetailEncryptionReport
- Get-MailDetailTransportRuleReport
- Get-MessageTrace
- Get-MessageTraceDetail
- Get-MessageTraceV2
- Get-MessageTraceDetailV2

```yaml
Type: MultiValuedProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
- Get-MailDetailATPReport
- Get-MailDetailEncryptionReport
- Get-MailDetailTransportRuleReport
- Get-MessageTrace
- Get-MessageTraceDetail
- Get-MessageTraceV2
- Get-MessageTraceDetailV2

```yaml
Type: MultiValuedProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
- Get-MailDetailATPReport
- Get-MailDetailDlpPolicyReport
- Get-MailDetailTransportRuleReport
- Get-MessageTrace
- Get-MessageTraceDetail
- Get-MessageTraceV2
- Get-MessageTraceDetailV2

```yaml
Type: MultiValuedProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
- Get-MailDetailATPReport
- Get-MailDetailDlpPolicyReport
- Get-MailDetailEncryptionReport
- Get-MessageTrace
- Get-MessageTraceDetail
- Get-MessageTraceV2
- Get-MessageTraceDetailV2

```yaml
Type: MultiValuedProperty
Expand Down
3 changes: 3 additions & 0 deletions exchange/exchange-ps/exchange/Get-MessageTrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ms.reviewer:
## SYNOPSIS
This cmdlet is available only in the cloud-based service.

> [!NOTE]
> This cmdlet is replaced by the [Get-MessageTraceV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracev2) cmdlet and will eventually be deprecated.

Use the Get-MessageTrace cmdlet to trace messages as they pass through the cloud-based organization.

For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
Expand Down
3 changes: 3 additions & 0 deletions exchange/exchange-ps/exchange/Get-MessageTraceDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ms.reviewer:
## SYNOPSIS
This cmdlet is available only in the cloud-based service.

> [!NOTE]
> This cmdlet is replaced by the [Get-MessageTraceDetailV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracedetailv2) cmdlet and will eventually be deprecated.

Use the Get-MessageTraceDetail cmdlet to view the message trace event details for a specific message. Note that these detailed results are returned less quickly than the Get-MessageTrace results.

For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
Expand Down
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/Get-MessageTrackingReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This cmdlet is functional only in on-premises Exchange.

Use the Get-MessageTrackingReport cmdlet to return data for a specific message tracking report. This cmdlet is used by the delivery reports feature.

In Exchange Online, delivery reports has been replaced by message trace (the Get-MessageTrace and Get-MessageTraceDetail cmdlets).
In Exchange Online, delivery reports are replaced by message trace (the Get-MessageTraceV2 and Get-MessageTraceDetailV2 cmdlets).

For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This cmdlet is functional only in on-premises Exchange.

Use the Search-MessageTrackingReport cmdlet to find the unique message tracking report based on the search criteria provided. You can then pass this message tracking report ID to the Get-MessageTrackingReport cmdlet to get full message tracking information. For more information, see [Get-MessageTrackingReport](https://learn.microsoft.com/powershell/module/exchange/get-messagetrackingreport). The message tracking report cmdlets are used by the delivery reports feature.

In Exchange Online, delivery reports has been replaced by message trace (the Get-MessageTrace and Get-MessageTraceDetail cmdlets).
In Exchange Online, delivery reports are replaced by message trace (the Get-MessageTraceV2 and Get-MessageTraceDetailV2 cmdlets).

For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

Expand Down