sentinel one deployment solution built#698
Open
AmitProval wants to merge 3 commits into
Open
Conversation
sentinel one deployment solution built
Contributor
There was a problem hiding this comment.
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.dateis 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.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sentinel one deployment solution built