Create task templates in library
Currently we are able to execute custom powershell scripts on selected machines from the tasks page.
It would be nice to have templates with parameters here, so we can provide some tools to people that do not know powershell.
For example we need to manually stop windows service on selected machines - we could create task template "Stop Service" with service name as parameter, so everyone could just enter name of the service and select machines to execute on, without writing "if (get-service ...) {Stop-Service ...}" and other more complex things.
-
Arnaud CORNELY commented
Why not just build a project with "prompt" variablesfor this?
All ACLS will thus be existing and manageable and you can use as complex scenario you want. -
James Murphy commented
It would also be great to add additional roles, such as Task Viewer, Task Runner, Task Administrator, etc.