Closed carsten0407 closed 1 year ago
Here the output from Get-VBRBackupSession
[DBG]: PS C:\Users\Administrator>> Get-VBRBackupSession Get-VBRBackupSession : Cannot find session for policy fee3620e-fa9e-425f-bb0e-9c99fc0f13dd In Zeile:1 Zeichen:1
+ CategoryInfo : NotSpecified: (:) [Get-VBRBackupSession], Exception
+ FullyQualifiedErrorId : System.Exception,Veeam.Backup.PowerShell.Cmdlets.GetVBRBackupSession
Hi @carsten0407
do you use v11 or v12? My Lab is not yet updated to test this but I can have a look at another environment.
Nothing has been reported in the Veeam Forum so far (https://forums.veeam.com/powershell-f26/)...
Might you please try this alternative way?
$Job = Get-VBRJob -Name "<Your Backup Job Name>"
Get-VBRSession -Job $Job
My v12 Lab still works fine after the patch:
Checking the backups / adjustment of backup copies, as they have not run properly for more than 30 days / Sensor stays green, Ticket closed
Probably we have since the installation from CVE-2023-27532 during the command Get-VBRBackupSession Get-VBRBackupSession : Cannot find session for policy fee3620e-fa9e-425f-bb0e-9c99fc0f13dd
the problem, that no VBRBackupSession is visible.
The Veeam is functionally only the Get-VBRBackupSession is broken. Could it be? Any Ideas?