mirror of
https://github.com/stylersnico/abyssproject-wiki.git
synced 2026-06-15 08:01:21 +02:00
docs: create sentinelone/unload-sentinel-one
This commit is contained in:
committed by
stylersnico
parent
882df5869a
commit
eac487045b
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Disabling Sentinel One Agent
|
||||
description: Disabling Sentinel One agent on endpoint for diagnostic
|
||||
published: true
|
||||
date: 2022-03-24T13:11:13.126Z
|
||||
tags: sentinel one
|
||||
editor: markdown
|
||||
dateCreated: 2022-03-24T13:11:13.126Z
|
||||
---
|
||||
|
||||
# Introduction
|
||||
The goal of this document is to deactivate the Sentinel One agent on an endpoint.
|
||||
|
||||
# Deactivating the agent
|
||||
|
||||
> The passphrase is unique for every endpoint, you can retreive it from your console
|
||||
{.is-info}
|
||||
|
||||

|
||||
|
||||
Go into the installation folder of Sentinel One and launch this command to disable the anti-tamper protection:
|
||||
|
||||
```bash
|
||||
sentinelctl.exe unprotect -k "endpoint passphrase"
|
||||
```
|
||||
|
||||
Now, unload all protection modules:
|
||||
```bash
|
||||
sentinelctl unload -m -a
|
||||
```
|
||||
|
||||
|
||||
# Activating the agent
|
||||
|
||||
Enable the protection modules with this command:
|
||||
```bash
|
||||
sentinelctl load -m -a
|
||||
```
|
||||
Then, enable anti-tamper protection:
|
||||
```bash
|
||||
sentinelctl protect
|
||||
```
|
||||
Reference in New Issue
Block a user