Hi All,
I want to get the Mailbox Size and Database of all the users in a specific OU. If anyone can let me know the command for this it will be a great help for me.
Regs,
Sachitha.
Get-Mailbox -OrganizationalUnit OUName |Get-MailboxStatistics |Select DisplayName, TotaltemSize, database
Shaba