Scenario: You want to check the number of mounted databases on all of your exchange servers and sort by count.
Script:
Get-MailboxServer servers* | Get-Mailboxdatabasecopystatus | Where status -like Mounted |group activedatabasecopy |sort count |select count,name