do you know a way in Veeam 11 via Powershell to query which backup jobs are in a retry?
Unfortunately, I currently have the problem that I do not get with my Powershell query when a backup is in retry.
This is a property on Job Sessions from Get-VBRBackupSession, the property is called IsRetryMode.
Pass your Job to Get-VBRBackupSession and check that property. There is also WillBeRetried which indicates a session will be retried shortly, so you can write some code to parse these two properties of the CBackupSession objects. Hope it helps!
David Domask | Product Management: Principal Analyst