Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-02-11 07:43:15 +01:00 committed by GitHub
parent d1647cbaba
commit b58046be35
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. It's recommended to install **Windows Terminal** (see the Microsoft Store at https://www.aka.ms/terminal) for a comfortable command-line usage. 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. Per default, Windows does not allow script execution (execution policy "restricted"). To enable this, enter as administrator:
```
$ Set-ExecutionPolicy RemoteSigned
```
@ -69,6 +69,6 @@ Each PowerShell script should follow the 9 golden rules:
8. for readibility use UpperCamelCase for variables and functions, lowerCamelCase for everything else
9. exit 0 for success, else print an error message and exit with the error code (mostly 1)
Found no Answer for Your Question?
----------------------------------
Found No Answer to Your Question?
---------------------------------
Send your question to: markus [at] fleschutz [dot] de