4
0

powershell.adoc 294 B

1234567891011121314151617
  1. [#powershell]
  2. = Powershell
  3. :systemd: Easy
  4. :container: Not possible
  5. include::partial$action_examples/actionHeader.adoc[]
  6. Powershell requires `pwsh` to execute commands.
  7. [source,yaml]
  8. .`config.yaml`
  9. ....
  10. actions:
  11. - title: Run Powershell Script:
  12. shell: pwsh C:/Scripts/MyScript.ps1
  13. ....