631b3a623039d38a3ca0b8c823b14d90cf0c9d55
[webi-installers/.git] / powershell / README.md
1 ---
2 title: Microsoft PowerShell
3 homepage: https://docs.microsoft.com/en-us/powershell/
4 tagline: |
5   PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework.
6 description: |
7   The core benefit of running `pwsh` on Mac or Linux is that you get a way to debug Windows 10 scripts without having to boot up Windows 10.
8
9   For example, if you want to create a `curl.exe -A "windows" | powershell` script for Windows 10 (as we do), it's helpful to be able to do some level of debugging on other platforms.
10 ---
11
12 <!--
13 For example, if you wanted to install Node.js with powershell and
14 webinstall.dev, you can:
15
16 ```cmd
17 curl.exe -s -A "MS" https://webinstall.dev/node@lts | powershell
18 ```
19 -->
20
21 <!-- TODO if, pipe, function -->