Launch Help Page for Cmdlet in PowerShell on Mac - DevPops-Inc/mac GitHub Wiki
• Press the “command” key and spacebar to launch Spotlight Search, type “terminal” and select the “Terminal” application.
•

• 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).
•

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

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

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