Exchange Powershell to get list of Database and their last fullbackup time in Exchange 2007 servers
Get-MailboxDatabase -status | Select Servername,Identity,Lastfullbackup
Exchange Powershell to get list of Database and their last fullbackup time in Exchange 2007 servers
Get-MailboxDatabase -status | Select Servername,Identity,Lastfullbackup