diff --git a/Docs/FAQ.md b/Docs/FAQ.md index fe0406dd..056eed41 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -42,7 +42,7 @@ NOTE: the group policy object (GPO) settings of your organization might disallow * **Otherwise,** download and unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip -
How to execute PowerShell Scripts? +
How to execute PowerShell scripts in Windows? 1. In the Windows desktop: right-click the script and select: *Execute with PowerShell* 2. In a command-line interface (CLI, e.g. *Windows Terminal*, either local or remote via SSH) by typing: `./`. @@ -51,6 +51,10 @@ NOTE: the group policy object (GPO) settings of your organization might disallow 5. By using automation software, e.g. [Jenkins](https://www.jenkins.io). 6. Automatically on login (see AutoStart folder)/logoff/daily/etc.
+ +
How to execute PowerShell Scripts in Jenkins? + Install the 'PowerShell plugin', it allows Jenkins to invoke PowerShell as build scripts. It uses PowerShell.exe on Windows and pwsh on Linux. +
What about Security?