-
Below power shell help you to get backup status of all the Exchange Database in Exchange 2007 Servers Get-MailboxDatabase ` | where {$_.Recovery -eq $False } ` | Select-Object -Property Server, StorageGroupName, Name , LastFullBackup, LastIncrementalBackup, BackupInProgess ` | Sort-Object -Property Server...
Posted to
Exchange
(Forum)
by
Krishna
on
10-06-2009
Filed under: Exchange 2007, maibox database, public database, backup status