CW RMM Agent Deployment
Summary
This script is used by the ConnectWise Automate to deploy ConnectWise Asio Platform agents to Automate endpoints.
This can be run outside of the migration, but requires the site RMM Migration EDFs populated by the migration exists and have the correct values.
Sample Run
Dependencies
Location Level EDFs
| Name | Example | Section | Required | Type | Accepted Values | Description |
|---|---|---|---|---|---|---|
| RMMAgentDeployment | All | RMM Migration | True | Drop-down |
| Select the operating system to deploy CW RMM agent upon. |
| RMMSiteToken | 71918cbc-981e-465d-9cb4-627e2883a10b | RMM Migration | True | Text | CW RMM Agent token for the site. |

Site Token
- Navigate to
CLIENTS➞Companies. - Select Company.
- Go to
Agentstab. - Select a site.
- Copy Agent token.

Properties
| Name | Example | Default | Valid Entries | Description |
|---|---|---|---|---|
| MigrationRegion | EU | NA |
| Geographical region of CW RMM instance to migrate. |
Output
- Script Logs
Changelog
2025-04-15
-
Bug Reported:
- The script was using an incorrect MSI file name (AsioAgentIinstaller.msi), which caused issues during installation.
-
Resolution:
- Updated the script to replace the incorrect MSI file name with the correct one.
2025-08-22
- Initial version of the document