Skip to content

Commit aff2375

Browse files
authored
Merge pull request MicrosoftDocs#3572 from MicrosoftDocs/chrisda
Update Get-MessageTraceDetail.md
2 parents e7823bf + e5d2751 commit aff2375

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,26 @@ monikerRange: "exchonline-ps"
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the Get-MessageTraceDetail cmdlet to view the message trace event details for a specific message.
17+
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 cmdlets.
1818

1919
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2020

2121
## SYNTAX
2222

2323
```
24-
Get-MessageTraceDetail [-Action <MultiValuedProperty>] [-EndDate <DateTime>] [-Event <MultiValuedProperty>]
25-
[-Expression <Expression>] [-MessageId <String>] [-MessageTraceId <Guid>] [-Page <Int32>] [-PageSize <Int32>]
26-
[-ProbeTag <String>] [-RecipientAddress <String>] [-SenderAddress <String>] [-StartDate <DateTime>]
27-
[<CommonParameters>]
24+
Get-MessageTraceDetail
25+
[-Action <MultiValuedProperty>]
26+
[-EndDate <DateTime>]
27+
[-Event <MultiValuedProperty>]
28+
[-Expression <Expression>]
29+
[-MessageId <String>]
30+
[-MessageTraceId <Guid>]
31+
[-Page <Int32>]
32+
[-PageSize <Int32>]
33+
[-ProbeTag <String>]
34+
[-RecipientAddress <String>]
35+
[-SenderAddress <String>]
36+
[-StartDate <DateTime>] [<CommonParameters>]
2837
```
2938

3039
## DESCRIPTION

0 commit comments

Comments
 (0)