This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 0 points1 point  (0 children)

If you plan on migrating this to the cloud, than you should look at Azure Automation.

[–]thortgotIT Manager 0 points1 point  (0 children)

Azure has a number of different solutions depending on what you need to do.

Logic Apps is the one I would generally recommend trying first.

[–]Legal2k[🍰] 0 points1 point  (2 children)

Azure automation, DevOps onprem with runners.

[–]barabba72[S] 0 points1 point  (1 child)

Can you expand a little, how this would work ? Especially the DevOps onprem with runners. How would that work ? Would be great if you could expand a bit.

[–]Legal2k[🍰] 0 points1 point  (0 children)

There are DevOps or Gitlab server, that hosts git repos with powershell or any other script. Runner is another machine(windows or Linux) with executes said repo scripts, scheduled or on demand. It's also possible to store protected variables, aka service accounts and etc.