Forum Discussion
santhuwhity
Mar 11, 2021Copper Contributor
want to trace when mail sent to DL or last time it was used
wants to trace when was XYZ DL used (mail sent to it or last time it was used)
- Mar 12, 2021have you tried Exchange Admin Center \ MailFlow \ Message Trace
https://admin.exchange.microsoft.com/#/messagetrace
also, you can use
Get-MessageTrace -SenderAddress MyDLGroup@MyDomain.com | Get-MessageTraceDetail
farismalaeb
Mar 12, 2021Steel Contributor
Please provide extra information, such as what Exchange Version you are using
is it on cloud or on prem.
what is the version also if on prem
is it on cloud or on prem.
what is the version also if on prem
santhuwhity
Mar 12, 2021Copper Contributor
farismalaeb using office365
- farismalaebMar 12, 2021Steel Contributorhave you tried Exchange Admin Center \ MailFlow \ Message Trace
https://admin.exchange.microsoft.com/#/messagetrace
also, you can use
Get-MessageTrace -SenderAddress MyDLGroup@MyDomain.com | Get-MessageTraceDetail