Skip to main content

Lock Stolen System

Purpose

The purpose of this NinjaOne solution is to track and lock down stolen systems.

Associated Content

ContentTypeFunction
cPVAL Mark System as StolenCustom FieldMark this Custom Field to mark a Computer as stolen. Selecting this, will enable Lock Stolen System solution on the machine.
cPVAL System Lockdown Custom FieldMark 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 DetailsCustom FieldIt 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 NeighboursCustom FieldDetails all the Network Neighbours of the machine.
cPVAL Stolen System Bitlocker MessageCustom FieldThe message to be displayed on the BitLocker lock screen.
cPVAL Stolen System Bitlocker PasswordCustom FieldThe password to use to enable BitLocker on the target machine.
cPVAL Lock StatusCustom FieldThis Custom Field is used by Lock Stolen System to mark Machine is successfully Locked and Bitlocker is enabled on the machine.
Lock Stolen System AutomationThis 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 ConditionThis condition triggers the Lock Stolen Systems script on Windows machines where cPVAL Mark System as Stolen is selected.
Lock Stolen System Ticket TemplateThis ticket template configures how a ConnectWise Manage ticket will be generated in response to the Lock Stolen Systems condition.

Implementation

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