Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-05-10 13:01:44 +02:00 committed by GitHub
parent 0b420615de
commit 8f4d6363a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,11 @@
PowerShell FAQ PowerShell FAQ
============== ==============
<details> <details><summary>What is PowerShell?</summary>
<summary>What is PowerShell?</summary> PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
</details> </details>
<details> <details><summary>Why use PowerShell?</summary>
<summary>Why use PowerShell?</summary>
✔️ It's **powerful** - fully control your computer ✔️ It's **powerful** - fully control your computer
@ -20,8 +18,7 @@ PowerShell FAQ
✔️ It's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/ ✔️ It's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/
</details> </details>
<details> <details><summary>How to install PowerShell?</summary>
<summary>How to install PowerShell?</summary>
▶️ **On Windows** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Administrator)* console and enter: ▶️ **On Windows** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Administrator)* console and enter:
``` ```
@ -38,8 +35,8 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
``` ```
</details> </details>
<details> <details><summary>How to get the PowerShell Scripts?</summary>
<summary>How to get the PowerShell Scripts?</summary>
* When using **Git**, execute in a terminal window: `> git clone https://github.com/fleschutz/PowerShell` * When using **Git**, execute in a terminal window: `> git clone https://github.com/fleschutz/PowerShell`
* When using **Chocolatey**, execute in *Windows PowerShell (Administrator)*: `> choco install powershell-scripts --version=0.4` * When using **Chocolatey**, execute in *Windows PowerShell (Administrator)*: `> choco install powershell-scripts --version=0.4`
* **Otherwise,** download and unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip * **Otherwise,** download and unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip