当前位置:Gxlcms > 数据库问题 > Ex2010-03 figure out the number of mailboxes per database

Ex2010-03 figure out the number of mailboxes per database

时间:2021-07-01 10:21:17 帮助过:20人阅读


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

人气教程排行