mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update FAQ.md
This commit is contained in:
@ -56,8 +56,8 @@
|
|||||||
* **PowerShell 2.0** (or lower) is out-dated and will be removed in newer Windows releases.
|
* **PowerShell 2.0** (or lower) is out-dated and will be removed in newer Windows releases.
|
||||||
* **PowerShell 5.1** is preinstalled on Windows 10 or 11.
|
* **PowerShell 5.1** is preinstalled on Windows 10 or 11.
|
||||||
* **PowerShell 7.5.2** is the very latest (as of July 2025), but needs to be installed manually.
|
* **PowerShell 7.5.2** is the very latest (as of July 2025), but needs to be installed manually.
|
||||||
* **Version history** is at: https://github.com/PowerShell/PowerShell/releases
|
* **Version history** can be found at: https://github.com/PowerShell/PowerShell/releases
|
||||||
* **NOTE:** scripts should specify the required version, e.g.: `#Requires -Version 5`. This also helps to identify out-dated scripts.
|
* **Scripts** should specify the required version, e.g.: `#Requires -Version 5`. This also helps to identify out-dated scripts.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user