Which PowerShall CMDlet you will use to restore the Files using DPM?
-
Get-Data Source
-
Get-Recoverable Item
-
New-Recovery option
-
Recover-Recoverable Item
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.