Skip to content

sentinel one deployment solution built#698

Open
AmitProval wants to merge 3 commits into
mainfrom
origin-modify-sentinelone-ninja
Open

sentinel one deployment solution built#698
AmitProval wants to merge 3 commits into
mainfrom
origin-modify-sentinelone-ninja

Conversation

@AmitProval
Copy link
Copy Markdown
Contributor

sentinel one deployment solution built

sentinel one deployment solution built
@AmitProval AmitProval requested review from Rj98-sh and s-nix May 28, 2026 18:29
@AmitProval AmitProval self-assigned this May 28, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new NinjaOne “SentinelOne deployment/uninstall” solution page and supporting documentation pages (custom fields + compound conditions), and refreshes existing SentinelOne automation docs to align with the new solution.

Changes:

  • Added a solution doc tying together SentinelOne deployment + uninstall components.
  • Added docs for SentinelOne-related custom fields and compound conditions.
  • Updated existing SentinelOne automation docs (deployment/uninstall) metadata/content.

Reviewed changes

Copilot reviewed 10 out of 14 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
docs/solutions/sentinelone-deployment-ninja.md New solution overview for SentinelOne deployment/uninstall automation and its related components.
docs/ninjaone/custom-fields/cpval-sentinelone-key.md Updates custom field doc metadata and tab placement (“Security Tool”).
docs/ninjaone/custom-fields/cpval-sentinelone-deployment.md New custom field doc for controlling deploy vs uninstall behavior.
docs/ninjaone/custom-fields/cpval-sentinelone-deployment-exclude.md New custom field doc to exclude org/location/device from SentinelOne automation.
docs/ninjaone/compound-conditions/sentinelone-deployment-workstation.md New compound condition doc for workstation deployment targeting.
docs/ninjaone/compound-conditions/sentinelone-deployment-server.md New compound condition doc for server deployment targeting.
docs/ninjaone/compound-conditions/sentinelone-deployment-uninstall-workstation.md New compound condition doc for workstation uninstall targeting.
docs/ninjaone/compound-conditions/sentinelone-deployment-uninstall-server.md New compound condition doc for server uninstall targeting.
docs/ninjaone/automations/sentinelone-uninstall.md Updates uninstall automation doc naming/links and changelog.
docs/ninjaone/automations/sentinelone-deployment.md Updates deployment automation doc description and changelog.
Comments suppressed due to low confidence (1)

docs/ninjaone/automations/sentinelone-uninstall.md:12

  • last_update.date is set to 2026-06-28, which is in the future relative to the current date. This will make the doc appear incorrectly updated.

Comment on lines +11 to +12
last_update:
date: 2025-09-01
title: 'Sentinel Automation'
title_meta: 'Sentinel Automation'
keywords: ['sentinelone', 's1', 'security', 'deployment', 'uninstallation']
description: 'This solution comprises of the SentinelOne deployment and uninstallation automation.'

## Purpose

This solution comprises of the SentinelOne deployment and uninstallation automation.
| [cPVAL SentinelOne Deployment](/docs/e5070ddb-4f7f-4624-bd3e-f0cd6ab67d4f) | Custom field | This assists with performing the SentinelOne deployment/uninstallation based on the selected option. |
| [cPVAL SentinelOne Deployment Exclude](/docs/414c6ee7-591e-4595-9336-4524730274f2) | Custom field | This checkbox excludes the SentinelOne deployment from the checked organization/location or devices. |
| [SentinelOne Deployment](/docs/4e0f294f-9ecf-42a2-9832-497d4305360e) | Script | This script deploys the SentinelOne agent on Windows machines. |
| [SentinelOne Uninstall](/docs/5b5a3254-de28-4ea1-8a7a-4f5d465ce7f1) | Script| This script uninstalls the SentinelOne agent from a Windows system. It dynamically detects the SentinelOne agent''s installation directory and executes the uninstallation process. |
| [SentinelOne Deployment Workstation](/docs/f5485d98-2d4a-4018-b4a5-aabd2836a57a) | Compound Conditions | This performs the Sentinel Deployment to the Windows or windows workstations where the exclusion is not checked and SentinelOne is not installed. |
| [SentinelOne Deployment Server](/docs/0ca473eb-9c5f-4c11-88a3-52f3bb634d52) | Compound Conditions | This performs the Sentinel Deployment to the Windows or windows Servers where the exclusion is not checked and SentinelOne is not installed. |
| [SentinelOne Uninstall Workstation](/docs/6c947f3c-a994-49dc-a7a2-9f7d240a8692) | Compound Conditions | This performs the Sentinel uninstallation to the Windows or windows workstations where the sentinel deployment custom field is set to `Uninstall` and SentinelOne is installed. |
| [SentinelOne Uninstall Server](/docs/0ca473eb-9c5f-4c11-88a3-52f3bb634d52) | Compound Conditions | This performs the Sentinel Deployment to the Windows or windows servers where the exclusion is not checked and SentinelOne is not installed. |
Comment on lines +21 to +23
- **Name:*SentinelOne Deployment*
- **Description:*This performs the Sentinel Deployment to the Windows or windows workstations where the exclusion is not checked and SentinelOne is not installed.*
- **Recommended Agent Policies:*Windows Workstation Policy*
Comment on lines +21 to +23
- **Name:*SentinelOne Deployment*
- **Description:*This performs the Sentinel Deployment to the Windows or windows servers where the exclusion is not checked and SentinelOne is not installed.*
- **Recommended Agent Policies:*Windows Server Policy*
Comment on lines +21 to +23
- **Name:*SentinelOne Uninstall*
- **Description:*This performs the Sentinel uninstallation to the Windows or windows workstations where the sentinel deployment custom field is set to `Uninstall` and SentinelOne is installed.*
- **Recommended Agent Policies:*Windows Workstation Policy*
Comment on lines +21 to +23
- **Name:*SentinelOne Uninstall*
- **Description:*This performs the Sentinel uninstallation to the Windows or windows servers where the sentinel deployment custom field is set to `Uninstall` and SentinelOne is installed.*
- **Recommended Agent Policies:*Windows Server Policy*
title_meta: 'SentinelOne Deployment'
keywords: ['sentinelone', 'agent', 'deployment', 'token', 'installation']
description: 'This script automates the deployment of the Todyl Agent on Windows machines by downloading the latest installer, running the installation silently, and validating that the agent has been successfully installed.'
description: 'This script deploys the SentinelOne agent on Windows machines.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants