输入banner图图片脚本导航/分类

Ex2010-03 figure out the number of mailboxes per database


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