Exchange 2010 - Get Rank users who send and receive mails
Hi All. Is there a way to get data for rans users who send and receive mails? Regards. Jos Osorio.
August 15th, 2011 2:03pm

I am not sure I understand your question. Are you trying to find top users who send\receive most emails? You can get stats from powershell cmdlet get-mailboxfolderstatistics. Otherwise, please clarify your question.
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2011 2:11pm

Hi Murthy, Yes, I'm tryinh to find top users who send\receive most emails. Could you help me with that please.Regards. Jos Osorio.
August 15th, 2011 2:21pm

Try foreach($mbx in Get-Mailbox){ Get-MailboxFolderStatistics $mbx.identity -FolderScope 'all' | select @{n="DisplayName";e={$mbx.displayName}},FolderPath,ItemsInFolder,FolderSize }
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2011 2:41pm

Hi Murthy, That command doesn't show top users who send\receive most emails. Do you know another way to get it?Regards. Jos Osorio.
August 15th, 2011 7:56pm

You can do that with System Center Operations Manager 2007 and the Exchange Server 2010 Monitoring Management Pack. In the Exchange Server 2010 Report Library there is a predefined report called Microsoft.Exchange.2010.Reports.Transport.Platform.TopUsers.MCTS: Messaging | MCSE: S+M
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2011 8:25pm

Hi Jon, So, there is no way to get it without SCOM, isn`t there? Regards. Jos Osorio.
August 15th, 2011 8:27pm

You get quite spoilt with SCOM 2007 R2, and my personal belief is that SCOM, and for that sake TMG, should be part of most Exchange deployments. But sure, there must be a way with some advanced PowerShell programming. I don't think a quick one-liner will do the trick. Perhaps there are scripts or tools out there. Anyone?MCTS: Messaging | MCSE: S+M
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2011 8:39pm

The one line will give all the mailboxes. A little excel magic and you and find the top sender and receiver. If you want it done for you then a powershell script - look in technet scripting library or like others said use SCOM or other tools like promodag or Quest MessageStats.
August 16th, 2011 10:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics