From b5ac3c89ba84d39d2bfd09cbe1cf81fbb5deb0e3 Mon Sep 17 00:00:00 2001 From: Mike Cochran Date: Fri, 26 Oct 2018 15:41:37 -0500 Subject: [PATCH] Add Microsoft Docs link to FAQ Linked to the Microsoft Docs for PowerShell as a reference on where to learn PowerShell's syntax. --- docs/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 34e9dc11460..71bbddeb677 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -3,6 +3,7 @@ ## Where can I learn PowerShell's syntax? [SS64.com](http://ss64.com/ps/syntax.html) is a good resource. +[Microsoft Docs](https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting) is another excellent resource. ## What are the best practices and style?