Hi,
I need to deploy antivirus agent across 1000s of VMs.
I can deploy using a slient installation but the install then requires
modification of an ini file to update the client IP.
Is there anyway in BatchPatch to use the client IP in the installation ?
Otherwise i was thinking to execute a post install powershell scipt that would
update the ini file and perofrm a text replacement of CLIENT_IP with the actual
ip address.
Is there any example out there regarding this ?