I have a case open with Veeam support - Case # 07707688 - "Trying to achieve unattended restore on Windows"
The support engineer has suggested that I try using the PowerShell approach documented here:
https://helpcenter.veeam.com/docs/backu ... ml?ver=120
But I can't get past step 1, here is what I get when I try to run this:
Code: Select all
---------------------------------------------------- start PowerShell snippet -------------------------------------------
Welcome to the Veeam Backup and Replication PowerShell Toolkit!
To list available commands, type Get-VBRCommand
To open online documentation on all available commands, type Get-VBRToolkitDocumentation
© Veeam Software Group GmbH. All rights reserved.
PS C:\Users\manfred.milhofer> $restorepoint = Get-VBRApplicationRestorePoint -Oracle
>> Start-VEORRestoreSession -RestorePoint $restorepoint[0]
>>
Cannot index into a null array.
At line:2 char:1
+ Start-VEORRestoreSession -RestorePoint $restorepoint[0]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
PS C:\Users\manfred.milhofer>
---------------------------------------------------- end PowerShell snippet -------------------------------------------
Thanks
Manfred