Restoring data by using Windows PowerShell cmdlets

If you prefer, you can use Windows PowerShell cmdlets with Tivoli® Storage FlashCopy® Manager to start a full Microsoft Exchange Server database recovery from a virtual machine.

Procedure

  1. Issue the query cmdlet to find the database full backups. For example, to find all of the database full backups, enter the following command:
    Get-DpExcBackup -Name * -FromExcServer *
  2. Issue the database restore cmdlet. For example:
    Restore-DpExcBackup -Name ExchDb01 -Full 
    	-BACKUPDESTINATION TSM -FROMEXCSERVer PALADIN20  
    	-INTODB Zwen
  3. Issue the restore cmdlets with parameter intodb to restore to an alternative location. For example:
    Restore-DpExcBackup -Name ExchDb01 -Full 
    	-BACKUPDESTINATION TSM -FROMEXCSERVer PALADIN20 
    	-OBJect 20140923100738 -INTODB ExchDb01_altRdb