Software deployment using Deadline

Hi, I would like to be able to deploy application updates via Deadline. Does anyone have any experience this? I would be fine writing a Python script for it, or issuing a remote command, but it would need administrative access. Is there a workflow for getting administrative access to slave machines?

Hello
i’m used to deploy plugin update (like vray, ornatrix…) with deadline by creating a .bat file and remote controle > execute command.
But it’s a bit random because i don’t have a real feedback if the installation works fine or not, so i’m used to check software versionning with deadline too.

A real option for software administration could be a huge plus indeed !

-p-

I ended up writing a script that executes installer scripts via Invoke-Command through Powershell, this uses the existing authentication that my user has as an administrator in AD.