Operator control plane for Microsoft Intune device compliance, stale sync risk, BYOD posture, encryption drift, and remediation readiness across endpoint fleets.
- Endpoint operations teams need more than a raw
managedDevicesexport when audits, rollout windows, and user-impacting compliance failures collide. - Intune operators need one surface that shows fleet risk, stale check-ins, jailbreak/root posture, missing encryption, and remediation sequencing.
- Recruiters and buyers looking for
Azure / Microsoft 365 / Entra / Intuneproof should see a real endpoint-compliance dashboard, not a generic cloud keyword project. - Device compliance becomes more valuable when it is packaged as an operator system for security, platform, and IT operations teams.
This repo demonstrates the endpoint-compliance control-plane primitive for Microsoft tenant operations: fleet posture, stale device drift, encryption gaps, BYOD review, and remediation packets in one operator surface. Kinetic Gain Embedded extends this pattern into productized in-app dashboards where compliance, security, and device signals need to stay visible without exposing raw admin backends or tenant data. See kineticgain.com/embedded.
- fleet-lane visibility for active Intune device cohorts and ownership posture
- compliance-risk detection for noncompliant, jailbroken, unencrypted, stale, and orphaned devices
- remediation packets for executive laptops, BYOD Android, shared kiosks, and stale macOS devices
- offline-safe analysis of captured Microsoft Graph
deviceManagement/managedDevicesexports - recruiter-facing Microsoft endpoint operations proof that composes with Entra governance
//fleet-lane/compliance-risks/remediation-posture/verification/docs
/api/dashboard/summary/api/fleet-lane/api/compliance-risks/api/remediation-posture/api/verification/api/sample
npx intune-device-compliance <export.json> `
--format json|markdown|summary `
--now 2026-05-27T08:00:00Z `
--stale-after-days 14 `
--fail-on-high `
--out report.mdInput is any of:
- a single
managedDeviceobject - an array of devices
- a Microsoft Graph collection envelope:
{ "value": [ ... ] }
cd intune-device-compliance-ops
npm install
npm run devOpen:
- http://127.0.0.1:5512/
- http://127.0.0.1:5512/fleet-lane
- http://127.0.0.1:5512/compliance-risks
- http://127.0.0.1:5512/remediation-posture
- http://127.0.0.1:5512/verification
npm run lintnpm run typechecknpm run coveragenpm run buildnpm run demonpm run smokenpm run prerendernpm run render:assets
| Aspect | Status |
|---|---|
| CI | Node 20 + 22 matrix — lint · typecheck · coverage · build · demo · smoke · npm audit |
| License | AGPL-3.0-or-later |
| Deploy | Static prerender -> https://intune.kineticgain.com/ |
| Data posture | Synthetic sample data only; no tenant credentials or live Graph tokens |
| Suite | Part of the Kinetic Gain Protocol Suite operator portfolio · apex: kineticgain.com |



