Hello Friends,
Is there any way , so that i can check the total number of OutBound messages sent to the following domain addresses for the month
as an example. abc.com, or zyx.com.
and i am pretty sure the domain is valid and most of the users are sending email to this domain. even though i send some test email to this domain and i am not getting any result.
Please advise.
This is not Local/Internal domain. This is an External company domain. we would like to know how many uses are sending email to “abc.com” domain in a month or week from our exchange server? we need to know the total number of the month or week.
hope this will help.
Try using match operator: where-object {$_.recipients -match “abc.com”} . Or, to find out why eventid send produces no output, narrow it down to 1 test message, get message id, then search for it without eventid filter: get-messagetrackinglog -MessageId “messageid”.
Hello Guys,
It is worth noting that capturing all the logs from all emails in a given period of time is a very RAM intensive task. Especially if we are only using it to get a count. Is There any a better way to get the count without collecting all of them into a variable.
I just need to know how email send last month from our Exchange environment and also some the domain that i have mention.
any idea … please share.