Hello All: I would like to automate the clamav install on windows. The method I have in mind is to create a GPO which is a scheduled job written in powershell, and this job will install ClamAV, setup other jobs to download the database and do the scan. I could find info on the topic, so please share what you have done successfully automating on a large number of servers.
The first problem I encounter is that when I install it very cliently with Start-Process $exe_file -ArgumentList "/VERYSILENT /LOG=$log_file" It pops a notepad with the user manual. I assume I can kill the process (I chose no -Wait option), but is there a way to select no user manual pop up? If I install interactively, there is a box I can unselect. Thanks a lot.
_______________________________________________ clamav-users mailing list clamav-users@lists.clamav.net https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml