Author Topic: Scan Veeam processes  (Read 829 times)

0 Members and 1 Guest are viewing this topic.

Offline Matteo17

  • Newbie
  • *
  • Posts: 1
Scan Veeam processes
« on: November 06, 2023, 03:22:03 PM »
Hi
I would like to use Avast Business for Veeam job scans.
Veeam allows this after you have correctly configured the AntivirusInfo.xml file, as described in their guide:
https://helpcenter.veeam.com/docs/backup/vsphere/av_scan_xml.html?ver=120
I asked Avast support for help to have the right configuration to put in the file and they provided me with this code which however returns an error on Veeam and after pointing it out to them, I was told that it must work.

Code: [Select]
<Antiviruses>
<AntivirusInfo Name='Avast' IsPortableSoftware='false' ExecutableFilePath='%ProgramFiles%\AVAST Software\Avast\ashCmd.exe' CommandLineParameters='%Path% /a /e=100 /p=0' RegPath='HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\avast! Antivirus' ServiceName='avast! Antivirus' ThreatExistsRegEx='' IsParallelScanAvailable='false'>
<ExitCodes>
<ExitCode Type='Success' Description='No threats detected'>0</ExitCode>
<ExitCode Type='Infected' Description='Threat was detected'>1</ExitCode>
<ExitCode Type='Warning' Description='Access denied'>5</ExitCode>
<ExitCode Type='Warning' Description='Sharing violation - file in use'>32</ExitCode>
<ExitCode Type='Error' Description='Invalid scan parameter specified'>87</ExitCode>
<ExitCode Type='Error' Description='Operation cancelled by user'>42011</ExitCode>
<ExitCode Type='Error' Description='Archive too large to be scanned'>42057</ExitCode>
</ExitCodes>
</AntivirusInfo>
</Antiviruses>

Can someone help me? Thank you

« Last Edit: November 06, 2023, 03:23:51 PM by Matteo17 »