如標題
1.程式集裡面應該會有一個,exchange資料夾,裡面會有exchange powershell ,開啟他
查詢某一段時間的信件紀錄資訊
Get-MessageTrackingLog -ResultSize Unlimited -Start "12/16/2020 8:00" -End "12/16/2020 17:00" -Sender "alonso@alonsotest.com"
https://docs.microsoft.com/zh-tw/exchange/mail-flow/transport-logs/search-message-tracking-logs?view=exchserver-2019
參考文章
https://kawasakilu.wordpress.com/2016/11/28/exchange-2013powershell-%E6%9F%A5%E8%A9%A2%E9%83%B5%E4%BB%B6%E7%B4%80%E9%8C%84/
以上文章僅用紀錄資料使用.....