Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Create a Support Ticket
  • Partner Portal
  • CYRISMA MSP Dashboard
  • Home
  • General Questions and Troubleshooting
  • Agent Troubleshooting

Deploying CYRISMA Agent via Microsoft Intune (with Detection Rules)

Learn how to efficiently deploy CYRISMA Agent using Microsoft Intune, along with implementing detection rules for improved security measures.

Written by Liam Downward

Updated at May 22nd, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • User Manual
    Overall Risk Dashboard Agent Status Report Builder Data Scan Vulnerability Scan Secure Baseline Compliance Mitigation Dark Web MSP Interface Instance Admin
  • Self Onboarding Guide
  • Agents
  • The Cyber Risk Assessment Process
  • PSA Integrations
  • General Questions and Troubleshooting
    Agent Troubleshooting Scanning Troubleshooting
  • The Cyber Risk Assessment Process (Video Tutorials)
  • Sales and Prospecting Articles
  • CYRISMA Partner Portal Access
  • Glossary
  • API Documents
  • CYRISMA Change Log
  • Support Ticket SLA
  • Billing Questions
+ More

Table of Contents

🧰 Step 1: Prepare the Batch Script πŸ“¦ Step 2: Package the App with IntuneWinAppUtil πŸ“‹ Step 3: Add the App in Microsoft Intune πŸ” Step 4: Configure Detection Rules βœ… Option 1: File Detection βœ… Option 2: Registry Detection πŸ‘₯ Step 5: Assign the App πŸ“Š Step 6: Monitor Deployment

Applies to: CYRISMA Windows Agent Deployment
Use case: Deploy the CYRISMA Agent through Microsoft Intune using a Win32 app package and validate installation using file or registry detection rules.


🧰 Step 1: Prepare the Batch Script

  1. Create a batch script to download and install the CYRISMA agent silently.
  2. Save the following as Install_CYRISMA.bat:

@echo off
setlocal

:: Define variables
set "INSTALLER_URL=https://dl.cyrisma.com/6167656E7473/Cyrisma_Setup.exe"
set "INSTALLER_PATH=C:\windows\temp\Cyrisma_Setup.exe"
set "INSTALL_ARGS=/verysilent /key=XXXXXX /URL=https://YOUR_CYRISMA_INSTANCE /autoprovision=yes"

:: Download the installer
bitsadmin /transfer "DownloadCyrisma" %INSTALLER_URL% %INSTALLER_PATH%

:: Check if download was successful
if not exist %INSTALLER_PATH% (
Β  echo Download failed!
Β  exit /b 1
)

:: Run the installer with arguments
start /wait "" "%INSTALLER_PATH%" %INSTALL_ARGS%

echo Installation complete.
exit /b 0
Β 

πŸ” Replace XXXXXX with your organization’s agent key and https://YOUR_CYRISMA_INSTANCE with your specific instance URL.


πŸ“¦ Step 2: Package the App with IntuneWinAppUtil

  1. Download the Microsoft Win32 Content Prep Tool.
  2. Place Install_CYRISMA.bat in a folder like C:\CYRISMADeployment\Source.
  3. Run the following command:

IntuneWinAppUtil.exe -c C:\CYRISMADeployment\Source -s Install_CYRISMA.bat -o C:\CYRISMADeployment\Output


πŸ“‹ Step 3: Add the App in Microsoft Intune

  1. Go to Intune Admin Center > Apps > Windows > + Add.
  2. Choose Windows app (Win32).
  3. Complete the fields:
  • Name: CYRISMA Agent
  • Description: Silent deployment of CYRISMA Agent
  • Publisher: CYRISMA
  • Install command: Install_CYRISMA.bat
  • Uninstall command (optional):

powershell.exe -ExecutionPolicy Bypass -Command "Get-WmiObject -Query 'select * from Win32_Product where Name=\"CYRISMA Agent\"' | ForEach-Object { $_.Uninstall() }"

4. Set Install behavior to System.


πŸ” Step 4: Configure Detection Rules

Choose one of the following detection methods:

βœ… Option 1: File Detection

Rule type: File

Path: C:\CYRISMA_Agent

File: DataSpotliteAgent.exe

Detection method: Exists

βœ… Option 2: Registry Detection

Rule type: Registry

Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CYRISMA Agent

Value name: DisplayName

Detection method: String equals CYRISMA Agent


πŸ‘₯ Step 5: Assign the App

Assign to appropriate groups (e.g., All Devices or a specific group).

Set as Required to ensure deployment.


πŸ“Š Step 6: Monitor Deployment

Navigate to Intune Admin Center > Apps > Monitor.

Review deployment success and error logs across devices.

install detection intune microsoft rules cyrisma agent deploy

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • CYRISMA Agent Installation Guide
  • How to Deploy CYRISMA Agents via PowerShell
  • How to Install the CYRISMA Agent for Windows

Partners
pax8
CDW
Stellar Cyber
RedSky Alliance

Request A Demo
Platform
  • Platform Overview
  • Resellers
  • Managed Service Providers
  • Request A Demo
  • Platform Overview
  • Resellers
  • Managed Service Providers
  • Request A Demo
Resources
  • Case Studies
  • White Papers
  • Videos
  • Blog
  • Press Release
  • Events
  • Case Studies
  • White Papers
  • Videos
  • Blog
  • Press Release
  • Events
Contact Us
Address: 510 Clinton Square, Rochester, New York, USA, 14604

Email: info@cyrisma.com

Phone: 1-585-620-2496

Easiest To Do Business With Summer 2023
Category Leader Channel Program
Capterra
Software Advice

Terms of Use          Privacy Policy

Copyright Β© 2024 – Data Spotlite, Inc All rights reserved.
Expand