EX2K7 Vmail Statistics
Is it possible to gather statistics regarding the average length of voicemails on a server? I was thinking that a query of all messages of the type vmail and their size could then produce a workable dataset.I'm not too versed in PowerShell yet, but I assume there is something available, but I just don't know where to start.Thanks,Alan
March 4th, 2009 9:34pm

Dear Alan, You can use Export-Mailbox with AttachmentFilenames to export all voice message to a mailbox, then use Outlook 2007 to open the mailbox and sort them with size. Get-Mailbox -Database DataBase1 | Export-Mailbox -TargetMailbox ExportMailbox -TargetFolder MyData -AttachmentFilenames "*.wma" -StartDate "03/01/2006 12:01:00" For more information about Export-Mailbox, please refer to the following article: Export-Mailbox http://technet.microsoft.com/en-us/library/aa998579.aspx For more information about Exchange Search, please refer to the following article: How To Use Exchange Search to Locate Messages for the Purposes of Review or Deletion http://technet.microsoft.com/en-us/library/aa997688.aspx Regards, Rock Wang Rock Wang MSFT
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2009 9:28am

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

Other recent topics Other recent topics