Link to home
Start Free TrialLog in
Avatar of Albert Widjaja
Albert WidjajaFlag for Australia

asked on

Powershell to count the total number of email sent to Exchange distribution group

Hi,

Can Powershell be used to pull some stats to tell over the course of the last month the total of e-mails have been sent to the e-mail groups.

Be great if I can get a break down of internal and external and who they're from.

Thanks
Avatar of Vikas Shah
Vikas Shah
Flag of India image

Avatar of Albert Widjaja

ASKER

Thanks for the reply Vikash, what I'd like to know is the statistics for the custom list of my distribution groups, more like in this thread: https://www.experts-exchange.com/questions/26441077/Message-tracking-Exchange-2007-Distribution-groups.html

If the script can be modified so that it list the result like the following:

Name     : group1@domain.com
Count    : 12
totalMBs : 23
From Internal @domain.com : 10  
From External : 2

Name     : group2@domain.com
Count    : 56
totalMBs : 235
From Internal @domain.com : 48
From External : 8
.
.
.
.

That'd be great if it is possible.
Which version of exchange?
2007 SP1 with Powershell 2.0 installed.
ASKER CERTIFIED SOLUTION
Avatar of Albert Widjaja
Albert Widjaja
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here's the solution.