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.
Parents
  • 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...
Reply
  • 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...
Children
No Data
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?