Skip to content

Commit a3d03ee

Browse files
authored
Merge pull request #12798 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents ccb13b9 + e23fe5c commit a3d03ee

8 files changed

+16
-10
lines changed

exchange/exchange-ps/exchange/Get-MailDetailATPReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
242242
- Get-MailDetailDlpPolicyReport
243243
- Get-MailDetailEncryptionReport
244244
- Get-MailDetailTransportRuleReport
245-
- Get-MessageTrace
246-
- Get-MessageTraceDetail
245+
- Get-MessageTraceV2
246+
- Get-MessageTraceDetailV2
247247

248248
```yaml
249249
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailDlpPolicyReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
194194
- Get-MailDetailATPReport
195195
- Get-MailDetailEncryptionReport
196196
- Get-MailDetailTransportRuleReport
197-
- Get-MessageTrace
198-
- Get-MessageTraceDetail
197+
- Get-MessageTraceV2
198+
- Get-MessageTraceDetailV2
199199

200200
```yaml
201201
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailEncryptionReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
204204
- Get-MailDetailATPReport
205205
- Get-MailDetailDlpPolicyReport
206206
- Get-MailDetailTransportRuleReport
207-
- Get-MessageTrace
208-
- Get-MessageTraceDetail
207+
- Get-MessageTraceV2
208+
- Get-MessageTraceDetailV2
209209

210210
```yaml
211211
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailTransportRuleReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
176176
- Get-MailDetailATPReport
177177
- Get-MailDetailDlpPolicyReport
178178
- Get-MailDetailEncryptionReport
179-
- Get-MessageTrace
180-
- Get-MessageTraceDetail
179+
- Get-MessageTraceV2
180+
- Get-MessageTraceDetailV2
181181

182182
```yaml
183183
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MessageTrace.md

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

17+
> [!NOTE]
18+
> This cmdlet is replaced by the [Get-MessageTraceV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracev2) cmdlet and will eventually be deprecated.
19+
1720
Use the Get-MessageTrace cmdlet to trace messages as they pass through the cloud-based organization.
1821

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

exchange/exchange-ps/exchange/Get-MessageTraceDetail.md

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

17+
> [!NOTE]
18+
> This cmdlet is replaced by the [Get-MessageTraceDetailV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracedetailv2) cmdlet and will eventually be deprecated.
19+
1720
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.
1821

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

exchange/exchange-ps/exchange/Get-MessageTrackingReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is functional only in on-premises Exchange.
1616

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

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

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

exchange/exchange-ps/exchange/Search-MessageTrackingReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is functional only in on-premises Exchange.
1616

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

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

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

0 commit comments

Comments
 (0)