Add Microsoft Docs link to FAQ (#8133)

Linked to the Microsoft Docs for PowerShell as a reference on where to learn PowerShell's syntax.
This commit is contained in:
Mike Cochran 2018-10-27 23:44:47 -05:00 committed by Ilya
parent 4f134fc197
commit 81618bc2c1

View file

@ -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?