How many users per mailbox database
This script prints out each database and gives a count of how many users on each database###clear-hostwrite-host -fore yellow “This script will get each mailboxdatabase and the current user count “foreach($name in get-mailboxdatabase){write-output “$name”$count=(get-mailbox -database $name).countif($count -eq $null){ write-host -fore red “Empty Database, no users”}else{ write-output $count }}write-host -fore yellow “The system has a total [...]

![[Google]]( http://www.exchange-genie.com/wp-content/plugins/easy-adsense-lite/google-light.gif)





