cs11dotnet7/docs/powershell/README.md
2022-07-07 16:51:53 +01:00

6 lines
388 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Scripting tasks using PowerShell
PowerShell is Microsofts scripting tool for automating tasks on every operating system. The current release uses .NET 5 as its runtime. Microsoft recommends Visual Studio Code with the PowerShell extension for writing PowerShell scripts.
- [Installing PowerShell](install-powershell.md)
- [Exploring the PowerShell language](powershell-language.md)