From b2811e01f406053f0edb0893cda88648ce55e25a Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 11 May 2023 11:08:01 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 27998fc3..75aec5a8 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -2,7 +2,9 @@ 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.** +
Why use PowerShell?