Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-05-10 12:59:02 +02:00 committed by GitHub
parent 39974f367c
commit 4582c108f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,8 @@ PowerShell FAQ
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>
Why use PowerShell? <summary>Why use PowerShell?</summary>
-------------------
✔️ It's **powerful** - fully control your computer ✔️ It's **powerful** - fully control your computer
✔️ It's **easy to learn** - see the tutorial at: https://www.guru99.com/powershell-tutorial.html ✔️ It's **easy to learn** - see the tutorial at: https://www.guru99.com/powershell-tutorial.html
@ -18,7 +17,7 @@ Why use PowerShell?
✔️ It's **open-source and free** - see the Github repository at: https://github.com/PowerShell/PowerShell ✔️ It's **open-source and free** - see the Github repository at: https://github.com/PowerShell/PowerShell
✔️ 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>
How to install PowerShell? How to install PowerShell?
-------------------------- --------------------------