How to open online help within PowerShell

To open a web page with documentation on a particular cmdlet or command within PowerShell, use the format Get-Help cmdlet –Online.  The default web browser should open to the online documentation for the cmdlet in question.

powershell_gethelp_online_1

powershell_gethelp_online_2