Skip to content

Commit f4cbcf5

Browse files
authored
Update Get-MessageTrackingLog.md
1 parent 77fdc92 commit f4cbcf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/Get-MessageTrackingLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5959

6060
### Example 1
6161
```powershell
62-
Get-MessageTrackingLog -Server Mailbox01 -Start "03/13/2018 09:00:00" -End "03/15/2018 17:00:00" -Sender "john@contoso.com"
62+
Get-MessageTrackingLog -Server Mailbox01 -Start "03/13/2024 09:00:00" -End "03/15/2024 17:00:00" -Sender "john@contoso.com"
6363
```
6464

65-
This example searches the message tracking logs on the Mailbox server named Mailbox01 for information about all messages sent from March 13, 2018, 09:00 to March 15, 2018, 17:00 by the sender john@contoso.com.
65+
This example searches the message tracking logs on the Mailbox server named Mailbox01 for information about all messages sent from March 13, 2024, 09:00 to March 15, 2024, 17:00 by the sender john@contoso.com.
6666

6767
### Example 2
6868
```powershell
69-
Get-MessageTrackingLog -Server Mailbox01 -Start "03/13/2018 09:00:00" -Recipients @("john@contoso.com","alice@contoso.com")
69+
Get-MessageTrackingLog -Server Mailbox01 -Start "03/13/2024 09:00:00" -Recipients @("john@contoso.com","alice@contoso.com")
7070
```
7171

72-
This example searches the message tracking logs on the Mailbox server named Mailbox01 for information about all messages sent since March 13, 2018, 09:00 until now to any of the recipients john@contoso.com and/or alice@contoso.com.
72+
This example searches the message tracking logs on the Mailbox server named Mailbox01 for information about all messages sent from March 13, 2024, 09:00 to today for the recipients john@contoso.com and/or alice@contoso.com.
7373

7474
## PARAMETERS
7575

0 commit comments

Comments
 (0)