码迷,mamicode.com
首页 > 数据库 > 详细

Ex2010-03 figure out the number of mailboxes per database

时间:2016-05-10 18:57:18      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:exchange


A quick powershell command to figure out the number of mailboxes per database:

(get-mailboxdatabase) | foreach-object {write-host $_.name (get-mailbox -database $_.name).count}

技术分享

Ex2010-03 figure out the number of mailboxes per database

标签:exchange

原文地址:http://10500561.blog.51cto.com/10490561/1771872

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!