Launch Help Page for Cmdlet in PowerShell on Mac - VicPhanDevOps/mac GitHub Wiki

• Press the “command” key and spacebar to launch Spotlight Search, type “terminal” and select the “Terminal” application.
image

• PowerShell’s colored text is difficult to read if your Terminal is basic white, so expand the “Shell” menu and select a different color scheme (I recommend “Ocean” since that’s the closest to PowerShell’s default color scheme on Windows).
image

• Type pwsh and press the “return” key to launch PowerShell.
image

• Type Get-Help < cmdlet > -online and press the “return” key to launch the help page for a cmdlet.
image

• The help page will launch for the cmdlet will launch in the default web browser.
image

⚠️ **GitHub.com Fallback** ⚠️