mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-17 23:48:17 +02:00
Update FAQ.md
This commit is contained in:
parent
d1647cbaba
commit
b58046be35
@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr
|
|||||||
|
|
||||||
How to get PowerShell?
|
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
|
$ 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
|
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)
|
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
|
Send your question to: markus [at] fleschutz [dot] de
|
||||||
|
Loading…
Reference in New Issue
Block a user