Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Search Help Files in PowerShell

$
0
0

Summary: Use the Category parameter to assist in searching Help files in Windows PowerShell.

Hey, Scripting Guy! Question How can you search the about* Help files in Windows PowerShell for a specific topic?

Hey, Scripting Guy! Answer Specify HelpFile for the Category parameter, and use a wild card for the value of the Name parameter.
The following example returns all the about* Help files that contain the letters “power” in the name.

Get-help -Name *power* -Category helpfile


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>