Support recommended restarting the service to improve high memory usage caused by Veeam.Backup.CatalogDataService.exe.
I would like to run PowerShell using Task Scheduler to periodically restart the service.
To prevent job errors, I would like to output backup jobs and tape jobs when the running service is restarted, but I don't know how to do this.
Get-VBRBackupSession | Where-Object {$_.Result -eq 'None'} seems to output running backup jobs, but I don't know how to output tape jobs.
Please tell me the following:
・ Is there a way to output appropriate running backup jobs other than those listed above?
(Get-VBRBackupSession -Name $job does not work because it does not output when differences are being merged.)
・ How can I output running tape jobs and GFS tape jobs?

