Get Help with Cmdlet with Examples and Related Links 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 > -full and press the return key to get detailed examples of a cmdlet with related links.
image

• Type exit and press the return key to exit PowerShell when you are done.
image

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