Forum Discussion
Thomas Lauer
Jul 31, 2017Copper Contributor
Azure Backup / Restore with Powershell
Hi, i want to restore a file with powershell. My code is: $source = Get-OBRecoverableSource
$rps = Get-OBRecoverableItem -Source $source[0]
$filesFolders = Get-OBRecoverableItem $rps[0]
$item =...
Thomas Lauer
Jul 31, 2017Copper Contributor
the script restore only in the orginal folder (filename + timestamp)