Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Search Help Files in PowerShell
Summary: Use the Category parameter to assist in searching Help files in Windows PowerShell. How can you search the about* Help files in Windows PowerShell for a specific topic? 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

Recent Posts

Â