SentinelOne Automation
Purpose
This solution comprises of the SentinelOne deployment and uninstallation automation.
Associated Content
| Content | Type | Function |
|---|---|---|
| cPVAL SentinelOne Key | Custom field | This custom field at the organization level stores the Sentinel Site Key. The Site Key is used for organizing and managing endpoints based on their physical or logical network location within the organization. |
| cPVAL SentinelOne Deployment | Custom field | This assists with performing the SentinelOne deployment/uninstallation based on the selected option. |
| SentinelOne Deployment | Script | This script deploys the SentinelOne agent on Windows machines. |
| SentinelOne Uninstall | 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 | 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 | 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 | 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 | Compound Conditions | This performs the Sentinel Deployment to the Windows or windows servers where the exclusion is not checked and SentinelOne is not installed. |
Implementation
- Create the below Custom fields
- Create the below scripts
- Create the below compound conditions
- Set the deployment value in the custom field at the
Organization,Location, orDevicelevel for the automation deployment. - Once, it is set the deployment and uninstall compound condition will run the automation based on the value selected in the Custom field cPVAL SentinelOne Deployment.
Changelog
2026-06-03
- Initial version of the document