Answered by:
calculate send / recieve per day exchange 2010

Question
-
i need to get number for all sent emails or recieved emails per day
and also for current user how many emails sent and recieved per day
exchange 2010
- Edited by Eng Ahmed Shewikh Sunday, September 6, 2015 12:44 PM
Sunday, September 6, 2015 12:40 PM
Answers
-
Hi,
This below script counts the number of e-mails and their size that are sent and received in your Exchange environment per day.
https://gallery.technet.microsoft.com/office/f2af711e-defd-476d-896e-8053aa964bc5
If you want to count total number of incoming emails per day for specific user, please refer to the following article:
http://www.extendoffice.com/documents/outlook/1513-outlook-count-emails-per-day.html
Regards,
David
- Proposed as answer by Edward van BiljonMVP Monday, September 7, 2015 5:20 AM
- Marked as answer by Eng Ahmed Shewikh Monday, September 7, 2015 7:48 AM
Monday, September 7, 2015 3:14 AM
All replies
-
Hi
Please try this script :
https://gallery.technet.microsoft.com/office/Exchange-200720102013-0ea7662b
- Proposed as answer by Amine.G Sunday, September 6, 2015 9:16 PM
Sunday, September 6, 2015 9:16 PM -
Hi,
This below script counts the number of e-mails and their size that are sent and received in your Exchange environment per day.
https://gallery.technet.microsoft.com/office/f2af711e-defd-476d-896e-8053aa964bc5
If you want to count total number of incoming emails per day for specific user, please refer to the following article:
http://www.extendoffice.com/documents/outlook/1513-outlook-count-emails-per-day.html
Regards,
David
- Proposed as answer by Edward van BiljonMVP Monday, September 7, 2015 5:20 AM
- Marked as answer by Eng Ahmed Shewikh Monday, September 7, 2015 7:48 AM
Monday, September 7, 2015 3:14 AM -
thanks for your effort
per day is excellnt but the size of sent and recievied is by megabyte right ?
and calculate number of email per user is excellent and work but i need to open local
i need apowershell or ascript to calculate per user remotly
Monday, September 7, 2015 8:19 AM