Summary: Learn how to find all Windows PowerShell Help content.
I updated the Help files on my installation of Windows PowerShell. I can find the cmdlet Help,
but how can I see the Help text files?
Use the Get-Help cmdlet, search for the HelpFile category, select all of them with a wildcard
character, and then pipe the output to More:
Get-Help –category helpfile * | more