DragonFang
DragonFang•3mo ago

Asset -> Files

Does asset uploaded files upload the file to every single machine in gorelo? or only machines that use the file in powershell?
9 Replies
Mikel
Mikel•3mo ago
only machines that use the file in powershell 🙂
DragonFang
DragonFangOP•3mo ago
Do i reference the variable name or the file path the trigger gorelo to download it to the asset?
Mikel
Mikel•3mo ago
variable name anywhere in the script E.g msiexec /i $gorelo:file.S1Installer SITE_TOKEN=$gorelo:client.s1token /quiet /norestart
DragonFang
DragonFangOP•3mo ago
the Site_Token is just application specific if an app has that setting. Just double checking. Thanks as always for your amazing fast replies!
Mikel
Mikel•3mo ago
yeah that's just an example of what S1 might require -- here's a basic MSI version: msiexec /i $gorelo:file.msiHere /quiet /norestart
DragonFang
DragonFangOP•3mo ago
Getting error that the file doesnt exist, does it take any special time to work or deploy?
No description
Mikel
Mikel•3mo ago
Is the Pronto installer an MSI that works like that outside Gorelo?
DragonFang
DragonFangOP•3mo ago
running the MSI from C:\ works witout issues.
No description
DragonFang
DragonFangOP•3mo ago
Actually working now, the file appeared around 5am? thats about 10 hours after initially tested.Looks like time stamp is based on when it was uploaded to gorelo server and that timezone? tested on another machine and had to run the script once, then wait 30 seconds and file appears, then run again. -- still having issues with install but think thats outside gorelo now (threatlocker and defender)
No description

Did you find this page helpful?