PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework.
https://docs.microsoft.com/en-us/powershell/| Installer Source| Releases (json) (tab)
PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework.
https://docs.microsoft.com/en-us/powershell/| Installer Source| Releases (json) (tab)
The core benefit of running
pwsh
on Mac or Linux is that you get a way to debug Windows scripts without having to boot up Windows.
For example, if you want to create a curl.exe -A "windows" | powershell
script
for Windows (as we do), it's helpful to be able to do some level of debugging on
other platforms.