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)
- have 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
- farismalaebSteel ContributorPlease 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- santhuwhityCopper Contributor
farismalaeb using office365
- farismalaebSteel 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