diff --git a/Docs/FAQ.md b/Docs/FAQ.md index ad8dfb33..1c8adbf5 100644 --- a/Docs/FAQ.md +++ b/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.