Summary: Learn how to easily find specific Help articles with Windows PowerShell.
How can I use Windows PowerShell to find a Help article about automatic variables, if I am not sure of the title?
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.