Hi All
Please let me know how to get this command working. Never works the way I expect. Hats off to all you powershell gurus.
[PS] C:\Windows\system32>Get-MailboxDatabase -Status | FT Name,@{Label="Free Space";Expression={$_.AvailableNewMailboxSpace.ToMB()}},@{Label="Size";Expression={$_.DatabaseSize.ToMB()}},@{Name="Number";Expression={(Get-Mailbox -Database $_.name).Count}} | ft -AutoSize