Multiple choice technology

Which PowerShall CMDlet you will use to restore the Files using DPM?

  1. Get-Data Source

  2. Get-Recoverable Item

  3. New-Recovery option

  4. Recover-Recoverable Item

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The correct PowerShell cmdlet for restoring files in DPM is Recover-RecoverableItem. Get-Data Source retrieves protected data sources, Get-Recoverable Item lists recoverable items but doesn't perform recovery, and New-Recovery option creates recovery point configurations. Only Recover-RecoverableItem actually executes the restore operation. Note: The question contains a typo ('PowerShall' instead of 'PowerShell') but this doesn't affect the answer.