{% extends "base.html" %} {% block title %}Computers · SD RMM{% endblock %} {% block content %} {% set orgq = ('&org=' ~ sel.id) if sel else '' %}
Every managed device in {% if sel %}{{ sel.name }}{% else %}the estate{% endif %}, with its health grade from the 8-check posture scorer.
Health grade comes from the platform's 8-check posture scorer (agent online, agent up to date, EDR enabled, no pending security updates, no reboot pending, no open critical detections, not isolated, no critical/high vulnerabilities). There is no tamper-protection, encryption status or “last user” telemetry in this platform, so those Sophos columns are absent rather than faked. Bulk EDR toggles are super-admin only, matching the single-device control.
{% endblock %}