HiveBrain v1.2.0
Get Started
← Back to all entries
patternshellMinor

Application to run PowerShell scripts

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
scriptspowershellrunapplication

Problem

I've created a number of scripts in PowerShell that require a number of parameters to be manually entered.

Unfortunately, until we have our Jenkins server setup to support these additional tasks I need to pass these scripts to other technicians.

Ideally I would like an application that could accept the parameters via predetermined fields and dropdown menus then run the appropriate script.

Is there anything already available that would fulfill that need or will I need to knock something up myself?

Solution

I think the time and effort it will take to set up another tool that performs this type of work will be about the same as it would be to setup Jenkins. If you are looking into a different tool though, I would checkout Rundeck. It is a great tool for creating scripts and allowing other privileged users to execute them. I'm not sure if it will meet your needs for predetermined fields/dropdowns, but there are plugins available that may help.

Context

StackExchange DevOps Q#2491, answer score: 7

Revisions (0)

No revisions yet.