Update FAQ.md

This commit is contained in:
Markus Fleschutz
2023-05-10 12:58:03 +02:00
committed by GitHub
parent e33c72470d
commit 39974f367c

View File

@ -1,9 +1,10 @@
PowerShell FAQ
==============
What is PowerShell?
-------------------
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
<details>
<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.
</details>
Why use PowerShell?