Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SentinelOne ====== ==== Install S1 agent if it's not installed ==== <code powershell> # # This script will install the specified SentinelOne .msi file # # Change the name of the .msi file to match the installation package name # # # Get the site token from the SentinelOne console and specify it below` # $site_token= if ($null -eq (wmic product get name | select-string "sentinel agent")) { msiexec.exe /i \\server_name\share_name\sentinel_installer.msi SITE_TOKEN=$site_token /qn /norestart } </code> qnd/sentinelone.txt Last modified: 2021/05/11 16:25by mgupton