Back to App Center
πŸ”

Syncro Asset Migration

Mass-deploy the RAD agent to every Syncro-managed machine - each asset lands under the right customer and plan

πŸ” Syncro β†’ RAD Migration

Drop the script below into a Syncro Asset Policy script slot. Syncro fills in each machine's customer info via platform variables, then the script silently installs the matching RAD agent under the right customer + plan. Generate the key once, paste the script β€” done.

Asset prereq (optional): in Syncro, add an asset custom field named Plan whose value matches a RAD plan display name (Bronze, Silver, Gold, or whatever you've named yours). If it's blank, mistyped, or doesn't match, the asset lands as calling_card under the right customer and gets flagged in the Recent Enrollments table below with an amber badge β€” bulk reassign those later from RAD's assets page.

Embedded in the script. Treat it like a password. Rotate it to invalidate any previously deployed copies of the script.

Loading…

One-time setup in Syncro: create a new script, paste this in, then declare each of these as a Platform variable in the script's variable editor before saving. The placeholders in the script only get substituted if a matching variable is declared.

Variable Name (exact) Type Platform Value to Pick
customer_id Platform Customer ID
customer_business_name_or_customer_full_name Platform Customer Business Name or Customer Full Name
account_phone Platform Account Phone
asset_id Platform Asset ID
asset_custom_field_plan Platform Asset Custom Field β†’ Plan

Once the variables are declared and the script is saved, attach it to your Asset Policies. No API key needed β€” Syncro fills in each machine's values from its own database before pushing the script to the agent.

Copied!

Loading…