PowerTip: Easily Search PowerShell About Files
Summary: Learn how to use a switch to cause Get-Help to search _About files. How can you easily search the Windows PowerShell _About files for topics that are related to a string? Use the Category parameter and look for HelpFiles: PS C:\> get-help parameter -Category helpfile Name &...