Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Rollout Endpoint Protection Client

Hi, it me again[:D]

has anyone expirience with automated distributing the endpoint client?

bye
lenny


This thread was automatically locked due to age.
  • I used a group policy startup script which worked well, see below

    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


    I put the C:\Sophos.txt check in so that it doesn't re-install every-time, also means if an installs broken i can just delete that file and it will run the installer again on the next restart.

    About 100 endpoints were deployed without users noticing using this method :-)

    Had to run 

    WMIC product where name="Panda Endpoint Protection" call uninstall
    
    WMIC product where name="Panda Endpoint Agent" call uninstall


    In my script before the above because the Sophos uninstaller didn't quite manage to do it right on its own so might be worth running a test on a couple of machines before doing it.
  • Good morning,

    Are the user rights enough? I thought using a startup-script makes admin rights mandatory? 

    lenny
  • Good morning,

    Are the user rights enough? I thought using a startup-script makes admin rights mandatory? 

    lenny


    Startup scripts use the local system account for operations so no admin rights for the users is needed :-)

    This is apposed to login scripts which are run under the users account and great for network drives, printers etc...
  • 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
  • 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.


    SophosMcsEndpoint_INSTALKEYSTUFF.exe -q

    Runs the installer -q on the end makes it silent so the user doesn't get any popups. This is also needed as because it runs as system the popup / install window may not show.
  • 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


    Should have read both your posts xD

    Even when running the installer normally without (-q) it would uninstall part of Panda and then get stuck and stop... It couldn't quite manage to remove both parts of it :-\
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?