Exchange 2010: Display backup status of mailbox databases
A simple Powershell command can be used to display the backup status of the mailbox databases Get-MailboxDatabase -Status | ft name,LastFullBackup,LastIncrementalBackup,BackupInProgress In this example, the time of the last full backup and the last incremental backup is displayed. It also shows whether the database is currently being backed up.