Lock Stolen System
Purpose
The purpose of this NinjaOne solution is to track and lock down stolen systems.
Associated Content
| Content | Type | Function |
|---|---|---|
| cPVAL Mark System as Stolen | Custom Field | Mark this Custom Field to mark a Computer as stolen. Selecting this, will enable Lock Stolen System solution on the machine. |
| cPVAL System Lockdown | Custom Field | Mark this to lock down the machine once it comes online. 'Lock Stolen System' solution will not enable BitLocker and shut down the computer if this is not flagged. |
| cPVAL Current Location and IP Details | Custom Field | It stores the Current IP address of the machine. Current city, Current state and Current coordinates of the machine according to the IP address. |
| cPVAL Network Neighbours | Custom Field | Details all the Network Neighbours of the machine. |
| cPVAL Stolen System Bitlocker Message | Custom Field | The message to be displayed on the BitLocker lock screen. |
| cPVAL Stolen System Bitlocker Password | Custom Field | The password to use to enable BitLocker on the target machine. |
| cPVAL Lock Status | Custom Field | This Custom Field is used by Lock Stolen System to mark Machine is successfully Locked and Bitlocker is enabled on the machine. |
| Lock Stolen System | Automation | This script is used to track and lock down stolen systems. If Custom Field cPVAL System Lockdown is marked, it will enable BitLocker and shut down the computer. |
| Lock Stolen System | Compound Condition | This condition triggers the Lock Stolen Systems script on Windows machines where cPVAL Mark System as Stolen is selected. |
| Lock Stolen System | Ticket Template | This ticket template configures how a ConnectWise Manage ticket will be generated in response to the Lock Stolen Systems condition. |
Implementation
- Create the below Custom Fields using the implementation instruction provided in the documents.
- Create the below automations as per the implementation instruction provided in the documents.
- Create the Ticket Template - Lock Stolen System as per the implementation instruction provided in the document.
- Create the Compound Condition - Lock Stolen System as per the implementation instruction provided in the document.
Changelog
2026-03-03
- Introduced "cpval Network Neighbours", "cPVAL Lock Status", "cpval Stolen System Bitlocker Message" and "cpval Stolen System Bitlocker Password" custom fields. Updated "cPVAL Current Location and IP Details" to display Ipconfig result along with Ip address and location. Updated Compound condition to use trigger time to make sure it runs only on Online machines.
2026-02-11
- Initial version of the document