Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-08-29 12:05:42 +02:00
parent 5862523aa3
commit e7544d14d9

View File

@ -23,7 +23,7 @@ How to get PowerShell?
----------------------
* **Windows 7/Server 2008 R2 and newer** already have PowerShell preinstalled (e.g. PowerShell 5.1 on Windows 10). However, script execution is **disallowed by default** (execution policy is "restricted"). To enable it: open the "Windows PowerShell (Administrator)" console and enter:
```
PS> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
```
* **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation.
* **On Linux supporting Snaps** install PowerShell by executing: