Subject: Request: Updated URL for Immy.bot Installer Script

Hello Team,

I’m trying to automate the installation of the latest Immy.bot agent using a PowerShell script. I’m currently using the script provided (below) for downloading the installer, but I want to ensure I’m referencing the most up-to-date location.

Could you please provide the correct or updated URL for the script that retrieves the latest Immy.bot installer binary?

Thanks in advance for your assistance.

$url = 'https://immybotappdist.blob.core.windows.net/immyagent-versions/0.52.3?sv=2021-08-06&se=9999-12-31T23%3A59%3A59Z&sr=b&sp=r&sig=sDMAC%2BIIBlDxt7JHux2wsXOodMGzjrUnHbCtStifcks%3D

If you use the URL https://$Tenant.immy.bot/plugins/api/v1/1/installer/latest-download where $Tenant is your tenant’s subdomain, that will download the latest ImmyBot agent. This is embedded into the PowerShell script I wrote that’s at NinjaOne-Scripts/ImmyBot/Deploy-ImmyBot.ps1 at main · dszp/NinjaOne-Scripts · GitHub (you’re welcome to use it if it’s helpful, it can be used from an RMM or from the command line, and isn’t specific to NinjaRMM though it works well with it). You can pass the tenant in on the command line via the -Tenant parameter, or hardcode it.

1 Like

Thank you for this update. I’ll try this out and see if it works in our environment. Will update this thread after testing. :crossed_fingers:

Hello @dszp

Thank you for your update and it worked in our environment. Appreciate it.