Please enter search query.
Search <product_name> all support & community content...
LastFullBackup, LastIncrementalBackup, and LastDifferentialBackup fields are empty despite successful Exchange full and differential backups.
Article: 100028085
Last Published: 2013-10-28
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection
Problem
The following Exchange Powershell comand Get-MailboxDatabase | fl name, *backup* returns empty LastFullBackup, LastIncrementalBackup, and LastDifferentialBackup fields. This is despite successful Exchange full and differential backups.
Cause
Additional switch is required to show the backup time.
Solution
The correct command to view the backup time is:
Get-MailboxDatabase -status | fl name, *backup*
Notice the additional switch "-status".
Applies To
NetBackup 7.x.x, Microsoft Exchange 2010.