We've recently updated 9.5 Update4 and I'm seeing the "your old cmdlets are old, use the new ones" message, so I'm attempting it and failing.
The examples from Get-Help Restore-VESQLDatabase show the following:
Code: Select all
$session = Get-VESQLRestoreSession
$database = Get-VESQLDatabase -Session $session[0] -Name "MyDatabaseName"
Restore-VESQLDatabase -Database $database -Server "ServerNameGoesHere"
Also, I've noticed that the documentation here https://helpcenter.veeam.com/docs/backu ... tml?ver=95 isn't yet up to date - is there an ETA for this?
Thanks in advance!
Hugh