220-1202 · Operational Procedures · Updated July 26, 2026
RMM and Third-Party Remote Access: Monitoring, Security, and Audited Sessions
Remote Monitoring and Management (RMM) is the tool category built for managing entire fleets: a lightweight agent installed on every endpoint reports health data to one central console, and from that console technicians monitor systems, deploy patches, push software, run scripts, and open remote-control sessions — across hundreds or thousands of machines at once. It is the backbone tool of Managed Service Providers (MSPs), and precisely because one console can touch every endpoint, RMM security — strong authentication, least-privilege accounts, and audited sessions — is tested on the 220-1202 alongside the tool itself.
What RMM does
An RMM platform has two halves. The agent runs as a background service on each managed endpoint — workstation, server, sometimes network gear — collecting inventory, performance metrics, event logs, patch status, and disk health, and phoning home over an outbound encrypted connection. The console (usually cloud-hosted) aggregates all of it and turns it into action:
- Monitoring and alerting: thresholds and health checks fire tickets before users notice — a disk at 95%, a failing service, a backup that didn’t run.
- Patch management: approve, schedule, and deploy OS and application updates fleet-wide (when individual endpoints choke on those patches, the fixes in troubleshooting Windows Update failures still apply).
- Software deployment: push an application or configuration to hundreds of machines in one job.
- Scripting and automation: run maintenance scripts on schedules or triggers.
- Unattended remote control: open a desktop session on any managed endpoint without a user present to click “allow.”
That last item is the sharp contrast with help-desk screen sharing: an ad hoc tool needs a person on the other end reading you a session code, while an RMM agent grants standing, unattended access because it was deliberately pre-installed. When a scenario describes an MSP wanting one console to monitor health, patch, and deploy software to hundreds of client endpoints, the answer is RMM — not VNC, not a screen-share app, not a VPN. (For the ad hoc and VNC side of the toolbox, see remote support tools.)
Securing an RMM deployment
An RMM console is a skeleton key. A compromised technician account — or a compromised RMM vendor — hands an attacker unattended admin access to every endpoint of every client at once, which is why real-world ransomware crews target MSP tooling specifically. The security considerations the exam expects:
- Multi-factor authentication (MFA) on every console account. The console is internet-reachable by design; a phished password must not be enough. This is the single highest-value control.
- Least privilege and role-based access. Technicians see only the clients and functions their job requires; separate the roles that can run scripts fleet-wide from the roles that read dashboards. No shared accounts — every action must trace to one person.
- Keep the platform and agents patched. RMM software itself is a high-value attack surface; vendor advisories for it are drop-everything items.
- Audit logging and session review. Every login, remote session, script run, and deployment should be logged immutably — and someone must actually review the logs.
- Alerting on anomalous use: logins from new locations, sessions at odd hours, mass script execution.
- Vetting the vendor — supply-chain compromise of the RMM product compromises everyone downstream.
The audit point is best seen through a scenario: a technician notices remote sessions on several client endpoints initiated from an unfamiliar technician account during off-hours. The lesson is that remote-access sessions must be monitored and audited — logging plus review is what turns a silent account compromise into a caught one. The correct response follows: disable the suspect account, force credential resets, review the session logs to scope what was touched, and treat it as an incident, not a curiosity.
Third-party access: temporary, brokered, and recorded
A different problem appears when someone outside the organization needs access for a defined purpose — an auditor reviewing logs, a vendor supporting their own appliance. Handing them a VPN account and domain credentials creates standing access that outlives the engagement and is easy to forget to revoke. The right pattern is brokered third-party access through a remote-access gateway or Privileged Access Management (PAM)-style tool:
- Time-boxed and individually revocable: the account or grant exists only for the engagement window and can be killed instantly without touching anyone else’s access.
- No standing credentials: the outsider gets no VPN profile and no domain account; access is injected per-session by the broker, often approved just-in-time by an internal admin.
- Session recording: keystrokes and screen video are captured for compliance review — non-negotiable in regulated industries.
- No direct protocol exposure: the gateway sits between the outsider and the target, so Remote Desktop Protocol (RDP) and Secure Shell (SSH) ports are never opened to the internet; the outsider reaches the gateway (typically over HTTPS), and the gateway reaches the server internally.
When a scenario stacks up requirements — revocable immediately, no standing VPN/domain credentials, full session recording, no internet-exposed RDP/SSH — no single ordinary tool satisfies them except this brokered-gateway pattern. A VPN fails the standing-credential test; port-forwarding RDP fails the exposure test — the same internet-facing-management mistake covered in SOHO router hardening; a plain screen share fails the recording and access-control tests.
| RMM | Brokered third-party access | |
|---|---|---|
| Who connects | Internal/MSP technicians | Outsiders: auditors, vendors |
| Access lifetime | Standing, for ongoing management | Time-boxed to an engagement |
| Install footprint | Agent on every endpoint | Gateway/broker; nothing standing for the outsider |
| Credentials | Technician console accounts (MFA) | Injected per-session; no VPN/domain creds |
| Oversight | Audit logs, session monitoring | Full keystroke/screen recording, approval workflow |
How the 220-1202 exam tests this
- A tool-category item: an MSP needs one console for monitoring, patching, and software deployment across hundreds of endpoints — the answer is RMM, and distractors will be VPN, VNC, and screen-share tools that do remote access but not fleet management.
- A “choose two” security-considerations question about deploying RMM agents everywhere — expect MFA on console accounts and least-privilege/role-based access (or patching and audit logging) as the credited pair, with cosmetic options as distractors.
- A scenario with off-hours sessions from an unfamiliar account in the RMM console, asking which security consideration it illustrates — monitoring/auditing of remote-access sessions and the risk of console account compromise.
- A requirements-stacking scenario (temporary auditor access, instantly revocable, no standing credentials, recorded sessions, no exposed RDP/SSH) where only the brokered access-gateway pattern satisfies every requirement — the exam wants you to eliminate VPN and direct-exposure options requirement by requirement, an elimination habit best built in a practice exam bank.
RMM questions live in the Operational Procedures domain — see the full 220-1202 study guide for that domain’s other objectives and its share of the exam.
Quick reference
- RMM = agents on every endpoint + one central console: monitoring, alerting, patching, software deployment, scripting, unattended remote control.
- RMM is the MSP fleet-management answer; ad hoc screen sharing is the one-time support answer.
- The console is a skeleton key: protect it with MFA, least-privilege roles, no shared accounts, and prompt patching of the RMM platform itself.
- Log and review every session and script run; unfamiliar accounts or off-hours sessions are incident triggers, not oddities.
- Third-party access should be brokered: time-boxed, instantly revocable, no standing VPN or domain credentials.
- Session recording (keystrokes + screen) satisfies compliance requirements for outsider access in regulated environments.
- A gateway/broker keeps RDP and SSH off the internet — outsiders reach the broker, never the raw ports.
- Revoking one auditor’s grant must never disrupt technicians’ ongoing access — per-identity grants, not shared tunnels.