From 026b76ead4236c8bb006378b846626a0172bb5ce Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 1 Jul 2025 15:38:33 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index cbbebefc..badcb4e4 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -51,6 +51,14 @@ **NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help. +
Which PowerShell version should be used? + +* **Out-dated** is Windows PowerShell up to version 2.0 (will be removed in newer Windows releases). +* Windows 10 and 11 are using PowerShell 5.1 +* **Latest** version is PowerShell 7.5.2 (as of July 2025). +
+ +
How to get the 500+ PowerShell sample scripts? 1. **When using Git, execute in a terminal window:** `git clone https://github.com/fleschutz/PowerShell`