how to monitor external bulk emails via powershell

于进东 11 Reputation points
2023-02-15T07:23:24.34+00:00

how to monitor external bulk emails via powershell and automatically send email notification to admin

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2023-02-16T11:07:54.21+00:00

    Hello there,

    Use the Get-MessageTrackingReport cmdlet to return data for a specific message tracking report. This cmdlet is used by the delivery reports feature.

    In Exchange Online, delivery reports has been replaced by message trace (the Get-MessageTrace and Get-MessageTraceDetail cmdlets). https://learn.microsoft.com/en-us/powershell/module/exchange/get-messagetrackingreport?view=exchange-ps

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.