PowerTip: Find Specific Help Articles with PowerShell

Doctor Scripto

Summary: Learn how to easily find specific Help articles with Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find a Help article about automatic variables, if I am not sure of the title?

Hey, Scripting Guy! Answer Use the Get-Help cmdlet and begin with about_ , then press Tab expansion. It will cycle through matches.
           If you think the article is about_automatic_Variables, you can begin with the following command:

Help about_a<tab>

To quickly find the specific article, when the title appears, press ENTER to retrieve the article.

0 comments

Discussion is closed.

Feedback usabilla icon