Business Products > Avast Business

Scan Veeam processes

(1/1)

Matteo17:
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: ---<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>
--- End code ---

Can someone help me? Thank you

Navigation

[0] Message Index

Go to full version