Skip to content

Commit 22a8595

Browse files
committed
Update Get-MessageTrace.md
Issue #4532
1 parent 10e3818 commit 22a8595

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

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

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,27 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525
## SYNTAX
2626

2727
```
28-
Get-MessageTrace [-EndDate <DateTime>] [-Expression <Expression>] [-FromIP <String>]
29-
[-MessageId <MultiValuedProperty>] [-MessageTraceId <Guid>] [-Page <Int32>] [-PageSize <Int32>]
30-
[-ProbeTag <String>] [-RecipientAddress <MultiValuedProperty>] [-SenderAddress <MultiValuedProperty>]
31-
[-StartDate <DateTime>] [-Status <MultiValuedProperty>] [-ToIP <String>] [<CommonParameters>]
28+
Get-MessageTrace
29+
[-EndDate <DateTime>]
30+
[-Expression <Expression>]
31+
[-FromIP <String>]
32+
[-MessageId <MultiValuedProperty>]
33+
[-MessageTraceId <Guid>]
34+
[-Page <Int32>]
35+
[-PageSize <Int32>]
36+
[-ProbeTag <String>]
37+
[-RecipientAddress <MultiValuedProperty>]
38+
[-SenderAddress <MultiValuedProperty>]
39+
[-StartDate <DateTime>]
40+
[-Status <MultiValuedProperty>]
41+
[-ToIP <String>]
42+
[<CommonParameters>]
3243
```
3344

3445
## DESCRIPTION
35-
You can use this cmdlet to search message data for the last 10 days. If you run this cmdlet without any parameters, only data from the last 48 hours is returned.
46+
You can use this cmdlet to search message data for the last 30 days. If you run this cmdlet without any parameters, only data from the last 48 hours is returned.
3647

37-
If you enter a time period that's older than 10 days, you won't receive an error, but the command will return no results. To search for message data that's between 10 and 90 days old, use the Start-HistoricalSearch and Get-HistoricalSearch cmdlets.
48+
If you enter a time period that's older than 30 days, you won't receive an error, but the command will return no results. To search for message data that's between 10 and 90 days old, use the Start-HistoricalSearch and Get-HistoricalSearch cmdlets.
3849

3950
This cmdlet returns a maximum of 1000000 results, and will timeout on very large queries. If your query returns too many results, consider splitting it up using smaller StartDate and EndDate intervals.
4051

0 commit comments

Comments
 (0)