Hello,
starting last night 1.10.24 several of our machines failed to report sucessful backups.
Apparently “security policy” disabled SQL and Batch scripts, as far as I know that is not a thing on windows server.
Only common link I have found is that all these machines run 12.7.26, those on 12.7.25 have no issues.
Please excuse me taking a while to answer on this, we are going into short holiday period tomorrow in germany.
I have the same problem with version 12.7.27. For me, changing the ExecutionPolicy in PowerShell to Bypass makes the backup work.
Set-ExecutionPolicy Bypass
Using the Bypass command isn’t a big deal, but it works for now