Skip to content

Commit e23fe5c

Browse files
committed
Message trace V1 references to V2
1 parent 6d91684 commit e23fe5c

6 files changed

+10
-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-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)