Update FAQ.md

This commit is contained in:
Markus Fleschutz
2025-07-01 15:44:45 +02:00
committed by GitHub
parent 026b76ead4
commit a0e32f27b0

View File

@ -53,9 +53,9 @@
<details><summary>Which PowerShell version should be used?</summary> <details><summary>Which PowerShell version should be used?</summary>
* **Out-dated** is Windows PowerShell up to version 2.0 (will be removed in newer Windows releases). * **Windows PowerShell 2.0** (or lower) is out-dated and will be removed in newer Windows releases.
* Windows 10 and 11 are using PowerShell 5.1 * **PowerShell 5.1** is preinstalled on every Windows 10 or 11.
* **Latest** version is PowerShell 7.5.2 (as of July 2025). * **PowerShell 7.5.2** is the latest version (as of July 2025, needs to be installed manually).
</details> </details>