August 3rd, 2015

PowerTip: Find PowerShell Help Content

Doctor Scripto
Scripter

Summary: Learn how to find all Windows PowerShell Help content.

Hey, Scripting Guy! Question 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?

Hey, Scripting Guy! Answer 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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.