1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-12 10:25:02 +02:00

Update FAQ.md

This commit is contained in:
Markus Fleschutz
2023-08-05 10:03:53 +02:00
committed by GitHub
parent 5de4bb0fa4
commit 34f31faf02

@ -63,7 +63,7 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
<details><summary>How to execute PowerShell scripts in Jenkins?</summary>
**Install the 'PowerShell plugin', it allows Jenkins to invoke PowerShell as build scripts. It uses PowerShell.exe on Windows and pwsh on Linux.**
**Install the 'PowerShell plugin' in Jenkins, it allows to invoke PowerShell as build scripts. It uses PowerShell.exe on Windows and pwsh on Linux.**
</details>
<details><summary>What about security?</summary>