New Job
- On Rundeck Console

- Create a “New Job”

On Detail Tab
- Enter job name
- Enter a description

On Workflow Tab
- Add a step: Run Script

- Edit your PowerShell script
- Invocation script: powershell.exe -executionpolicy remotesigned -File
- File extension: .ps1

On Nodes Tab
- Enter a Node Filter, for example, .*
- Modify to allow user to change filter
- Increase the number of nodes executed simultaneously

- If a node fails, allow execution on another selected device

On Other Tab
- Enable Multiple Executions (Start with multiple tabs on web browser)

0 Comments