All Collections
Remote Monitoring and Management (RMM)
Install the Gorelo agent using Intune
Install the Gorelo agent using Intune
S
Written by Shoaib
Updated over a week ago

1. Navigate to Assets in left menu

2. Click Download RMM

3. Select Client and Client Location and hit "Request RMM Agent"

4. Copy the Script

The script would look something like this
$filename = 'GoreloInstaller.msi';$uri = [System.Uri]'https://gorelo.blob.core.windows.net/msi-installer/GoreloInstaller.msi' ;$CLIENTLOCATIONID = 'flrfnf/o=' ;$CLIENTID = 'ff4fefref=' ;$LICENSEID = 'rglervnrnvrnvdrlnvrdkngrkngdrknrlknvdrkndgrldn==' ;Invoke-WebRequest -Uri $uri -OutFile $filename ;msiexec /i GoreloInstaller.msi /norestart /quiet /qn CLIENTLOCATIONID=$CLIENTLOCATIONID CLIENTID=$CLIENTID LICENSEID=$LICENSEID;

5. Navigate to Microsoft Intune and Provide Name

6. Keeps the Script settings as shown below.

7. Add groups if any

8. Check if all the settings matches as shown in the image below.

Did this answer your question?