I've logged a ticket for this with support (Case # 05163180), but so far no luck and thought I'd try posting here for some tips I can try as well.
I'm trying to get Secure Restore working. I'm running Veeam 9.5 u4 (9.5.4.2866 ... I know, I'm falling behind! Going to 11 soon.

I've edited the antivirusinfos.xml file and added the following (at the end of the file), hopefully this is correct:
Code: Select all
<AntivirusInfo Name='System Center Endpoint Protection' IsPortableSoftware='false' ExecutableFilePath='%ProgramFiles%\Microsoft Security Client\mpcmdrun.exe' CommandLineParameters='-Scan -ScanType 3 -File %Path% -DisableRemediation -BootSectorScan' RegPath='HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MsMpSVC' ServiceName='MsMpSVC' ThreatExistsRegEx='Threat\s+information' IsParallelScanAvailable='false'>
<ExitCodes>
<ExitCode Type='Success' Description='No threats detected'>0</ExitCode>
<ExitCode Type='Error' Description='Antivirus scan was completed with errors'>2</ExitCode>
<ExitCode Type='Infected' Description='Virus threat was detected'>2</ExitCode>
</ExitCodes>
</AntivirusInfo>
However, when I try to do a restore, it always fails to detect the antivirus software.
What am I doing wrong?
Any help appreciated! Thanks all!
Darren