Hi, it me again[:D]
has anyone expirience with automated distributing the endpoint client?
bye
lenny
This thread was automatically locked due to age.
IF EXIST "C:\Sophos.txt" GOTO END
pushd \server.domain.local\Apps\Sophos
SophosMcsEndpoint_INSTALKEYSTUFF.exe -q
echo Sophos Installed %DATE% @ %TIME% >> "C:\Sophos.txt"
Popd
:END
exit
WMIC product where name="Panda Endpoint Protection" call uninstall
WMIC product where name="Panda Endpoint Agent" call uninstall
Good morning,
Are the user rights enough? I thought using a startup-script makes admin rights mandatory?
lenny
The script is starting, but after 20 sec, the cmd closes suddenly and nothing happens anymore. Did youu experience the same issus? I looked in the eventlog, but nothing shows up.
Got it...you should use the "-tps remove" parameter to uninstall any other AV.
SophosMcsEndpoint_INSTALKEYSTUFF.exe -tps remoce -q
great, thank you for the script!!!
lenny