GregA 3 Posted October 19, 2020 Share Posted October 19, 2020 I created a GPO or SCCM script when the agent version was still 7.1.717.0. This is the one we have been using. But it still seems to be installing 7.1.717.0 agent even though 7.2.1266.0 is the current agent version. To clarify, does the GPO or SCCM script remember the old version it was built with and keep installing the old version until you recreate the .bat file, or is it supposed to automatically know what the new version is when the new version comes out and install the new version? Link to comment Share on other sites More sharing options...
Administrators Solution Marcos 4,693 Posted October 19, 2020 Administrators Solution Share Posted October 19, 2020 Yes, you should not re-use an agent live installer after a longer time. The batch file contains a download path to agent in the repository: set url=http://repository.eset.com/v1/com/eset/apps/business/era/agent/v7/7.2.1266.0/agent_x64.msi set checksum=8268f6f12fcbdd99fe3bf58bb1be6225f9060b91 if defined IsArch_x86 ( set url=http://repository.eset.com/v1/com/eset/apps/business/era/agent/v7/7.2.1266.0/agent_x86.msi set checksum=911f0860cc8f50ee5c3a5dfc06b032bd60343726 ) Link to comment Share on other sites More sharing options...
Recommended Posts