Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-02-11 07:53:55 +01:00 committed by GitHub
parent e8676693ac
commit ddab316453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr
How to get PowerShell?
----------------------
* **Windows 7 and newer** do provide PowerShell by default. Per default, Windows does not allow script execution (execution policy "restricted"). To enable this, enter as administrator:
* **Windows 7 and newer** do provide PowerShell by default. Please note Windows does **not allow** script execution by default (execution policy "restricted"). To enable this, enter as administrator:
```
$ Set-ExecutionPolicy RemoteSigned
```