refactor: finish moving ssh-* scripts to own installers
[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 ---
7
8 > The core benefit of running `pwsh` on Mac or Linux is that you get a way to
9 > debug Windows 10 scripts without having to boot up Windows 10.
10
11 For example, if you want to create a `curl.exe -A "windows" | powershell` script
12 for Windows 10 (as we do), it's helpful to be able to do some level of debugging
13 on other platforms.
14
15 <!--
16 For example, if you wanted to install Node.js with powershell and
17 webinstall.dev, you can:
18
19 ```cmd
20 curl.exe -s -A "MS" https://webinstall.dev/node@lts | powershell
21 ```
22 -->
23
24 <!-- TODO if, pipe, function -->