mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 13:36:39 +01:00
Update FAQ.md
This commit is contained in:
parent
e7baf37108
commit
ca7c5e1541
14
Docs/FAQ.md
14
Docs/FAQ.md
@ -32,13 +32,6 @@ How to get PowerShell?
|
||||
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
||||
```
|
||||
|
||||
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
|
||||
* More recommendations by NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here: https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF
|
||||
|
||||
|
||||
How to get the PowerShell Scripts?
|
||||
----------------------------------
|
||||
* When using **Git**, execute in a terminal window: `> git clone https://github.com/fleschutz/PowerShell`
|
||||
@ -46,6 +39,13 @@ How to get the PowerShell Scripts?
|
||||
* Otherwise, download and unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip
|
||||
|
||||
|
||||
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
|
||||
* More recommendations by NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here: https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF
|
||||
|
||||
|
||||
Why do some scripts show gibberish characters?
|
||||
----------------------------------------------
|
||||
Those PowerShell scripts are using Unicode characters. Use a modern console supporting UTF-8 such as Windows Terminal, please.
|
||||
|
Loading…
Reference in New Issue
Block a user