HI

Please can some one show me how to run a script so i can install sentinalone using gpo from its exe ?? there is no msi.

And i want to install this only once in a pc and make sure it will not try installing on every reboot.

and where should i place the exe ?? in the netlog share on dc ?? please explain

many thanks

4 Spice ups

Are you sure there is no MSI? I recall them having one when I demo’d their product. You might contact support to confirm that.

A startup or shutdown script with the EXE would work as well but would require logic(to not reinstall as you mentioned). An MSI would make it easier.

i have the sentinelone .exe installer and there are silent switches i use to install it silently that you can use to perform the same goal as if it was a .msi file.

Monday i’ll post my silent install command.

Currently i decided not to use gpo for this install on all the clients but using the .exe installer and i use PDQ deploy (free) to push the installer to client machine for a silent install and no reboot.

The client then checks into the S1 console.

I’m sure a reboot of the client is needed at some point to for all of S1 components to fully function correctly though.

@SentinelOne

The silent parameters are as below
\servershare\SentinelInstaller.exe" /QUIET /NORESTART

jago

please get me commands.

SentinelAgent_windows_v4_2_3_6.exe /q /norestart /SITE_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxx the xxxxxxx is your site code.

OR brilliant jago and many thaks.