标签: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