Enable SMTP protocol logs and the connectors used are in those entries
You can use log parser if there is a lot:
https://www.microsoft.com/en-us/download/details.aspx?id=24659
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello ,
I want to determine how many msg are transfer though connector (send/receive ) for a time interval (day/week/month)
Can this be done and is PowerShell an options ?
As one of these connector would be Hybrid 0365 connector can 0365 help with that aspect
Dean
Enable SMTP protocol logs and the connectors used are in those entries
You can use log parser if there is a lot:
https://www.microsoft.com/en-us/download/details.aspx?id=24659
You could create Message Trace report on Exchange online admin center to check the email sent from/to Exchange on-premises:
Here is an example to check emails that sent from Exchange on-premises(*@localdomain.com)
From the Exchange on-premises, you can also use command below to check emails send from specified connector:
Get-TransportService | Get-MessageTrackingLog -ResultSize unlimited | where{$_.ConnectorId -like "Outbound to Office 365*"}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.