PowerTip: Find PowerShell Help Content

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon