Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-08-30 09:24:51 +02:00 committed by GitHub
parent e7baf37108
commit ca7c5e1541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.