SentinelOne (Windows EXE)
Description
SentinelOne is a cybersecurity company that specializes in endpoint security and threat intelligence. They provide a platform for autonomous endpoint protection that uses AI and machine learning to prevent, detect, and respond to a wide range of security threats, including malware, ransomware, and other cyberattacks.
This recipe will guide you on configuring and deploying to your Windows devices.
Ingredients
-
FW Admin
-
SentinelOne registration token
- SentinelOne EXE installer
Directions
- Download the EXE installer from SentinelOne
-
Upload the EXE installer into FileWave Central to a Fileset you will use to deploy it
- Highlight the Fileset and double click to open Fileset Contents
- Highlight the EXE file
- Click on Get Info
- Select the Executable tab
- Check 'Execute once when activated'
- Choose radio button 'Non-interactive (background)'
- Check 'Wait for executable to finish' select 15 Minutes
- Under the Launch Arguments tab click on the + icon
- Enter in and replace "your_token_registration" with your actual token
-t your_token_registration
- Click on the + icon to create new Argument.
- Enter in
-q
- Click 'Apply' to save the fileset
Notes
Note: You need to use the -q parameter so that the install will be silent and, you must also use the -t parameter and enter your token because SentinelOne needs a token and as a silent install there will be no way to enter the token at install time.
No Comments