For IT admins
Deploy it, control it, roll it back
One setup file for every computer. Central content with release channels. Settings you can lock, and admin features only the right people see.
01Deployment
One setup file
MuonInsightSetup.exe installs, upgrades and removes Muon Insight, interactively or silently.
It works with SCCM / Configuration Manager, Intune and Nerdio, and a PowerShell wrapper covers other
deployment tools.
An SCCM and Intune compliance script reports whether each computer has the expected content.
# Silent install or upgrade
MuonInsightSetup.exe /silent
# Silent removal
MuonInsightSetup.exe /uninstall /silent - Install path
%ProgramFiles%\Muonix Labs\Muon Insight- Deploy with
- SCCM / Configuration Manager, Intune, Nerdio, or the PowerShell wrapper
- Remote access
- WinRM, using the technician's signed-in Windows identity
02Content repository
Release modules the way you release everything else
A central content repository publishes modules and configuration to your computers through development, pilot and production channels.
-
Channels
Test new content in development, prove it on a pilot group, then promote it to production.
-
Immutable snapshots
Each publish is a snapshot that doesn't change after the fact.
-
One-click rollback
If a release causes trouble, roll back to the previous snapshot.
-
Signed and pinned
Snapshots can be signed. Computers accept content only from a pinned publisher certificate.
03Policy and access
Decide who sees what
-
Group Policy template
An ADMX template sets which content repository and channel each computer uses.
-
Layered configuration
Settings are layered, and administrators can lock them.
-
Administration page
Appears only for members of approved Active Directory groups or approved users.
-
ServiceNow integration
Device context from the CMDB plus related incidents, requests and changes. Credentials live in Windows Credential Manager, never in configuration files.
Deployment documentation
The full guides ship inside the app and are published here too.
- Deployment guide: SCCM, Intune, Nerdio, Group Policy, detection and rollback
- Administrator guide: authorization, logging and data directories
- Content repository administration: channels, publishing and signing
- Configuration reference
- Credential and Active Directory model
Free public beta
Planning a pilot?
Start with the deployment guide, then roll Muon Insight out to a pilot group.