Skip to content

Commit 0e9d4d1

Browse files
authored
Update Start-HistoricalSearch.md
An improvement updates about date range inspired by a customer escalation. This change can prevent more clients from making mistakes when using -EndDate.
1 parent 56ba36a commit 0e9d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Start-HistoricalSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Start-HistoricalSearch -ReportTitle "Fabrikam Search" -StartDate 1/1/2018 -EndDa
6060

6161
This example starts a new historical search named "Fabrikam Search" that has the following properties:
6262

63-
- Date range: January 1, 2018 to January 7, 2018
63+
- Date range: January 1, 2018 to January 6, 2018, with the end date of January 7, 2018 excluded. Please note that if the time of day is not specified, the default time of 0:00 AM is used. In this example, the date range is equivalent to -StartDate "1/1/2018 0:00 AM" -EndDate 1/7/2018 "1/7/2018 0:00 AM"
6464
- Report type: Message trace
6565
- Sender address: [email protected]
6666
- Internal notification email address: [email protected]

0 commit comments

Comments
 (0)