Skip to content

Installing PowerShell

Joshua Clark edited this page Jan 10, 2021 · 2 revisions

Welcome to the aw-bulkdevices-script wiki!

First off I wanted to help people have an easier time getting started using my scripts. Many people associate PowerShell with Windows, which is natural since this is where it started and is built-in to the Windows OS. However, PowerShell is open source and available on all sorts of platforms including macOS which is what I use most often.

If you want to use my scripts from a Mac, just follow these steps to install PowerShell via brew or the pkg.

brew install --cask powershell

The command from terminal to enter PowerShell is pwsh

If you want to use them on Windows, congratulations you don't have to install PowerShell 7, you can use these with Windows PowerShell 5.1 that is already installed.

Clone this wiki locally