You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@
88
88
89
89
<details><summary>What about PowerShell security?</summary>
90
90
91
-
1.**Do NOT execute scripts from untrusted sources!**
92
-
2.**Check the script content for strange things (that's impossible for executables).**
91
+
1.**DO NOT execute scripts from untrusted sources! (rule applies to any executable)**
92
+
2.**CHECK the script content for strange things prior execution.**
93
93
3.**Prefer SSH Remoting instead of PowerShell Remoting**
94
94
4.**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
0 commit comments