Deploy the Gorelo agent via ImmyBot

Written By Mikel from Gorelo

Last updated About 1 month ago

  1. Navigate to Library Upload

  2. On the Installer step —

    • Installer Type = None

  3. On the Software step —

    • Select ‘Add version to new software’

    • Under Software Info

      • Name = Gorelo

    • Under Version Detection

      • Select ‘Custom Detection Script’

      • Add a ‘New’ script as per below with the default settings

    Example
    $registryPath = "HKLM:\SOFTWARE\Gorelo" $valueName = "AgentVersion" try { $version = Get-ItemPropertyValue -Path $registryPath -Name $valueName -ErrorAction Stop Write-Output $version } catch { Write-Error "Unable to read version: $($_.Exception.Message)" exit 1 }

    • Under Installation

      • Select ‘Custom Detection Script’

      • Add a ‘New’ script and paste the Agent Asset installation command from your Gorelo tenant

  1. On the Version step —

    • Version String = 8.42.0.0

  2. Click ‘Create’

You will need to add this new software to your Deployments and then adopt the asset in Gorelo. Use a specific Client/Location installation command to skip the adoption requirement.