Getting the total count on the mailbox is very easy using Exchange Management Shell Commands and below are few useful examples
How to get the Mailbox Count in a Database
How to get the Mailbox Count in a Database
(Get-Mailbox -ResultSize Unlimited -Database "Database Name").countHow to get the Mailbox count in a Server
(Get-Mailbox -ResultSize Unlimited -Server "Server Name").countHow to get the Mailbox Count from the whole organization
(Get-Mailbox -ResultSize Unlimited ).countOk, I got the total count, now are you searching for option on how to get the room mailbox count?
(Get-Mailbox -ResultSize Unlimited -filter (RecipientTypeDetails -Eq "RoomMailbox")).countHow to calculate the Mailbox count which includes the disabled mailboxes in the database
(Get-MailboxStatistics -Database "Database Name").countHope its useful for you. Leave your comments if any details required.
Thanks Raj...It was helpful...
ReplyDeleteHi You are very bad boy I am not talking to you
ReplyDeleteWow thank you for you sharing this useful info
ReplyDelete