mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 01:14:16 +01:00
Update FAQ.md
This commit is contained in:
parent
86f29e045a
commit
f96ce8d4a8
@ -77,7 +77,14 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
|
||||
2. Add or reference your PowerShell scripts in the Jenkins jobs or in your Jenkinsfiles.
|
||||
</details>
|
||||
|
||||
<details><summary>What about security?</summary>
|
||||
<details><summary>How to learn PowerShell?</summary>
|
||||
|
||||
* Please find tutorials at: https://www.guru99.com/powershell-tutorial.html
|
||||
* And a PowerShell cheat sheet at: https://gist.github.com/pcgeek86/336e08d1a09e3dd1a8f0a30a9fe61c8a
|
||||
* The official PowerShell documentation is at: https://docs.microsoft.com/en-us/powershell/
|
||||
</details>
|
||||
|
||||
<details><summary>What about security?</summary>
|
||||
|
||||
1. Execute scripts only that you trust (and/or where you have checked the code before)!
|
||||
2. Prefer SSH Remoting instead of PowerShell Remoting
|
||||
|
Loading…
Reference in New Issue
Block a user