If we run cmd-let Get-MailboxDatabase we cannot find the Mount status of database.
Get-MailboxDatabase –identity MBX2DB1 | FL Name, Mounted
Use –Status Parameter.
Get-MailboxDatabase –identity MBX2DB1 –Status | FL Name, Mounted
Using FT along with –AutoSize –Wrap will give a better view if we have multiple database.