Create SentinelOne Deployment GPO Script

Create StartUp Script GPO and use the following batch file

@echo off

REM check if “HKLM\Software\Sentinel Labs” registry key is present

REM if “HKLM\Software\Sentinel Labs” registry key is present, it means that sentinel has already been installed on this host, so go to the INSTALLED switch of the script

REM Copy SentinelInstaller_windows.msi installer from SYSVOL share to local TEMP folder WORKSTATION

REM install msi package

REM if install is ok go to OK switch

REM if install fails go to ERROR switch