mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
6 lines
388 B
Markdown
6 lines
388 B
Markdown
# Scripting tasks using PowerShell
|
||
|
||
PowerShell is Microsoft’s 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) |