From c623ffdb06b2fbb870b19252a29858374a94a87b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 11 May 2025 10:35:36 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index debaf6e7..395b6a44 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -142,6 +142,12 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need * **For Windows Terminal:** open Settings > Profiles > Windows PowerShell > Command line and add " -nologo". +
Where to find more PowerShell scripts? + +* [https://www.sharescripts.io](ShareScripts.io) +
+ +
How to write good PowerShell scripts? **Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:**