cd "C:\Program Files\SentinelOne\Sentinel Agent*"
Log into your SentinelOne console and navigate to the specific endpoint. Under "Actions," request an unload token. It will look like a long base64 string. Copy it to your clipboard.
On the target Windows machine, right-click on Command Prompt or PowerShell and select Run as administrator .
sentinelctl.exe unload -p "YourPassphrase" You cannot unload an already stopped or crashed agent. Ensure the SentinelAgent service is running before attempting an unload. Step-by-Step Execution Guide Let’s walk through a safe, production-ready unload procedure.
Paste your token:
cd "C:\Program Files\SentinelOne\Sentinel Agent*"
Log into your SentinelOne console and navigate to the specific endpoint. Under "Actions," request an unload token. It will look like a long base64 string. Copy it to your clipboard.
On the target Windows machine, right-click on Command Prompt or PowerShell and select Run as administrator .
sentinelctl.exe unload -p "YourPassphrase" You cannot unload an already stopped or crashed agent. Ensure the SentinelAgent service is running before attempting an unload. Step-by-Step Execution Guide Let’s walk through a safe, production-ready unload procedure.
Paste your token: