From c6b3c7a00f5e8c05a1312b24b6986bdb915cdc88 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 10 May 2023 14:26:07 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index cf95876f..c0787349 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -35,7 +35,7 @@ NOTE: the group policy object (GPO) settings of your organization might disallow ``` -
How to get the PowerShell Scripts? +
How to get the PowerShell scripts? * When using **Git**, execute in a terminal window: `> git clone https://github.com/fleschutz/PowerShell` * When using **Chocolatey**, execute in *Windows PowerShell (Administrator)*: `> choco install powershell-scripts --version=0.4` @@ -60,11 +60,11 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
-
How to execute PowerShell Scripts in Jenkins? +
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? +
What about security? * Execute scripts only that you trust (and/or where you have checked the code before)! * Prefer SSH Remoting instead of PowerShell Remoting