From c518105b43fe5b4ff4607ea09ed2c1739e491219 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:20:49 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 7f9773ed..6fa056cc 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -8,9 +8,13 @@ PowerShell is a task automation and configuration management framework from Micr Why use PowerShell? ------------------- ✔️ it's **powerful**: fully control your computer + ✔️ it's **cross-platform**: available for Linux, Mac OS and Windows + ✔️ it's **open-source and free**: see the Github repository at https://github.com/PowerShell/PowerShell + ✔️ it's **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html + ✔️ it's **fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/ How to get PowerShell?