Check Status of Exchange 2013 SP1 Backup

To check the status of current/previous backups whether they are full/differential or incremental with the following command in Exchange powershell:
Get-MailboxDatabase -Status |FL *backup*
The results will show up liek follows:
BackupInProgress : False
SnapshotLastFullBackup : True
SnapshotLastIncrementalBackup :
SnapshotLastDifferentialBackup :
SnapshotLastCopyBackup : True
LastFullBackup : 08/05/2014 11:02:32
LastIncrementalBackup :
LastDifferentialBackup :
LastCopyBackup : 07/02/2014 15:30:14
RetainDeletedItemsUntilBackup : False