> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idemeum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOps RMM

> Unified idemeum agent deployment with SuperOps RMM.

In this guide we will take a look at how to deploy idemeum desktop agent with a unified script to SuperOps customers. We take one script, create one deployment in SuperOps, automatically grab the `Client name` in SuperOps and associate idemeum agent with that customer. If the customer tenant with this name does not exist in idemeum, it will be automatically created.

## **Obtain unified install script**

* Navigate to the admin portal of your `Main MSP dashboard`
* Click on the `Install new agent button`
* Choose the operating system you want to use and grab the installation command
* Save this installation command in the text editor, as we will need to use it when creating deployment in SuperOps

## **Create SuperOPS deployment**

* Access your SuperOps admin console
* Navigate to `Scripts` section and click `+ Script`

<img src="https://mintcdn.com/idemeum/_oiPeF_ZvKcJC_Pa/images/super1.png?fit=max&auto=format&n=_oiPeF_ZvKcJC_Pa&q=85&s=80b5452d5d6920117f4be39e65d4274e" alt="Super1" width="1600" height="1354" data-path="images/super1.png" />

* Give script a name
* Paste the command that we obtained in the previous section in the script editor Window
* For Windows choose `PowerShell` as language
* Choose run as `System user`
* Script duration set to be `10` minutes.
* Add a `Placeholder variable` and choose the variable `Client name` and give it a name `clientName`

<img src="https://mintcdn.com/idemeum/Ii8WqYql3q10rqAy/images/super3.png?fit=max&auto=format&n=Ii8WqYql3q10rqAy&q=85&s=cc53323d6ddd4b2fc829bf06e059611a" alt="Super3" width="1600" height="1354" data-path="images/super3.png" />

* Now edit the script to specify that we are passing `clientName` variable as `-customerName` attribute to idemeum. Use the `$` sign, and you do not need to use `""`

<img src="https://mintcdn.com/idemeum/Ii8WqYql3q10rqAy/images/super5.png?fit=max&auto=format&n=Ii8WqYql3q10rqAy&q=85&s=5c590cabee291bb93f13087b43735329" alt="Super5" width="1600" height="1354" data-path="images/super5.png" />

* Save script configuration

## **Trigger deployment**

Now you can trigger deployment for any of your customers. Idemeum will automatically create a customer tenant in idemeum if it does not exist.

* Access any of your assets in SuperOps
* Choose `Run script` → `Run immediately` and choose the script that we created

<img src="https://mintcdn.com/idemeum/_oiPeF_ZvKcJC_Pa/images/super6.png?fit=max&auto=format&n=_oiPeF_ZvKcJC_Pa&q=85&s=ba7d8b38d991886035f2de2e30985679" alt="Super6" width="1600" height="1354" data-path="images/super6.png" />
