Fun with PowerShell: Installation

1 · Yehuda Katz · April 24, 2019, 3:30 p.m.
In my post on exploring PowerShell, I jumped right in to exploring PowerShell.If you're on Windows, you already have PowerShell, and you can follow along.If you're on OSX, the easiest way to install PowerShell is$ brew cask install powershell $ pwsh There are more details at Installing PowerShell Core...