Install with SCCM
Installing Cyber Crucible with SCCM is no different than any other software package. The key points for deployment via SCCM are:
Deploy with the pre-made PS1 script, downloaded from https://dashboard.cybercrucible.com
Look for the Cyber Crucible Agent service running, or existing on disk, as a detection method. The default location for the agent service is C:\Program Files\CyberCrucible\service.exe
Optionally, you can also look for the HKLM\Software\CyberCrucibleAgent registry key’s existence, but note that after an uninstall, this key may still be present.
Default Configuration Steps
Create an Application, not a package
Manually specify the configuration
Configure the application name, vendor name, description, etc.
Configure the Deployment Type, and specify Script Installer
Specify script location, likely a network share e.g. \\cc-dc01\share\
Specify installation program to execute the provided ps1 e.g.
Powershell.exe -file “CC-Install-Script-2025-8-7T13-55.ps1Note the date timestamp in the script name, and change it to yours
It is not recommended to override powershell policies, but depending on your configuration you may need to specify
-executionpolicy Bypassor similar
Add a Detection Method by clicking “Add Clause”
See recommended detection methods at the top of this page
Specify UX deployment settings
Since the Cyber Crucible deployment does not require a reboot, the installation and logon requirements are up to your organizational discretion
Select Next / Finish until you can close the wizard.