Atera RMM - Idemeum Docs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
In this guide we will take a look at how you can deploy control agent to Atera managed workstations with unified deployment script. We will create a script and leverage a placeholder variable, so that when the script is deployed, you can dynamically pass the customer name to idemeum script. This way the idemeum agent will be associated with the appropriate organization in idemeum, and if the organization does not exist, it will be automatically created.
Obtain unified install script
- Navigate to the admin portal of your
Main MSP dashboard - Click on
Bulk install agentthen chooseControl agent - Choose the operating system and copy the unified install script command
- Save this command somewhere as we will need to use it in Atera
Create script in Atera
Access the Atera management dashboard
Click on
Newat the top left and chooseScriptSpecify the following parameters for the script
- Provide script name and description
- File type
ps1 - Max run minutes
10 - Run as
System
In the script editor window paste the idemeum command that you obtained in the previous section
Scroll to the
-customerNameattribute and reference a dynamic variable using"". In this case we are using variable{[customerName]}.Create the script
Deploy Atera script
Access the workstation where you would like to deploy idemeum
Click
Manageand chooseRun scriptChoose the idemeum script you created before and click
Runnext to itYou will be prompted to enter the customer name. You can provide the organization name for which you are deploying idemeum agent. If the organization does not exist in idemeum, the customer tenant will be automatically created.
Run the script for idemeum agent to be installed and configured