Install Datto RMM Agent [Windows]
Summary
Executes the installation script against Windows machines where the Datto RMM Agent is not installed.
Dependencies
- Dynamic Group: Datto RMM Agent Installation [Windows]
- Task: Install Datto RMM Agent
- Solution : Deploy Datto RMM Agent
Monitor Setup Location
Monitors Path: ENDPOINTS ➞ Alerts ➞ Monitors
Monitor Summary
- Name:
Install Datto RMM Agent [Windows] - Description:
Executes the installation script against Windows machines where the Datto RMM Agent is not installed. - Type:
File System - Severity:
Others - Family:
RMM Agent

Targeted Resources
- Target Type:
Device Groups - Group Name:
Datto RMM Agent Installation [Windows]

Conditions
- Run Script on:
Schedule - Repeat every:
1Hours - Script Language:
PowerShell - Use Generative AI Assist for script creation:
False - PowerShell Script Editor:
if (Get-Service -Name 'CagService' -ErrorAction SilentlyContinue) {
return 'Already Installed'
} else {
return 'Not Installed'
}
- Criteria:
Contains - Operator:
AND - Script Output:
Not Installed - Escalate ticket on script failure:
False - Add Automation:
Install Datto RMM Agent

Ticket Resolution
Automatically resolve: False
Monitor Output
Output: Do not Generate Ticket
Completed Monitor

Changelog
2026-02-28
- Initial version of the document