Is there a built-in mail flow stats tool/cmdlet for Exchange 2007? Say I want to know how many emails/percent of emails are from Gmail.com or Hotmail.com, stuff like that.
this is a quick yes/no question, no "rtfm" "google it" pls
Except both of those would have answered the question.
You could use PowerShell to query message tracking logs and supply some data. The message tracking interface in EMC could give you some rough info as well.
Pat RichardMVP Plan for performance, and capacity takes care of itself. Plan for capacity, and suffer poor performance.
Well, with PowerShell, I suspect you'd have to read all of the addresses into an array, then filter them out. I've seen some scripts that can then send that data into Excel with graphs.
Pat RichardMVP Plan for performance, and capacity takes care of itself. Plan for capacity, and suffer poor performance.
it is extremely painful with 1000+ users on the system...so i manage to incrase resultsize to dump some addresses into a text file, blank out the "userid@" from the domain names, get it opened in Excel and finally have the pie graph.
but i am not going to do this again without a 3rd party reporting tool...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.