Exchange Server 2010 上的邮箱统计信息
我的邮箱(位于 Exchange Server 2010 上)上有一个文件夹,用于收集各种类型的故障警报邮件。我正在尝试对该文件夹的内容进行统计分析。 Exchange Server 是否提供任何方法来执行此操作?获得此类统计数据的最佳方式是什么?
I have a folder on my mailbox (which is on Exchange Server 2010) that collects various kinds of failure alert mails. I am trying to do a statistical analysis on the folder's contents. Does Exchange Server provide any way to do this? What would be the best way to get such statistics?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Exchange 2010 上使用 PowerShell 进行各种统计信息收集。
对于初学者,请查看 获取 MailboxFolderStatistics 和 获取 MailboxStatistics。有许多博客文章和技术文章提供了您正在讨论的分析类型的示例。 本文提供了一些一行脚本示例。
You can do all sort of statistics gathering with PowerShell on Exchange 2010.
For starters, take a look at Get-MailboxFolderStatistics and Get-MailboxStatistics. There are a number of blog posts and technical articles available that give examples of the kind of analysis you're discussing. This article gives a couple of one-line script examples.