Script for Correction Services Good morning Sophos community, I would like to clear a doubt, we have a computer park with more than 8 thousand computers, we are currently running a script in this environment to make the correction of some Sophos services, because when installing Sophos, many machines go up with large part of the services not working. Would we have a script that we could put on the network to make a general fix for all the services?
Today we use a script for the update
@echo off if there is "C:\Program Files\Sophos\Clean" IF %ERRORLEVEL% EQU 0 (GOTO QUIT) ELSE (GOTO REMOVE)
: REMOVE
del /q /f "C:\ProgramData\Sophos\AutoUpdate\data\status\SophosUpdateStatus.xml"
msiexec.exe /i "c:\ProgramData\Sophos\AutoUpdate\Cache\decoded\sau\Sophos AutoUpdate.msi" /quiet
:QUIT
exit
But this script is working on the correction of the following services:
Missing: Sophos Safestore Service
Missing: Sophos Clean Service
But we always have machines with errors in other services such as:
Missing: Sophos Endpoint Defense Service
Missing: Sophos System Protection Service
HitmanPro Alert service
This thread was automatically locked due to age.