Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Powershell to Get Exchange mailbox Database and Public Backup Status Report

    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
Page 1 of 1 (1 items)
Copyright 2012 PowerShell.com. All rights reserved.