Tuesday, December 15, 2009

Exchange 2007 - how to check backup status of databases

Using powershell

Get-MailboxDatabase -Status | FT name, LastFullBackup, LastIncrementalBackup

No comments: