Hi there.
I'd like to merge the following two "chain of commands"
Get-Mailbox | FT name,server,*quota*
and
Get-MailboxDatabase PREF* | Get-MailboxStatistics | FR name,*size*
so that I have all the information to single table which match name, quota configured and current size for each mailbox
Is it possible?
Thank you!!!