Summary: Learn how to find help for a specific Windows PowerShell cmdlet parameter.
How can I find more information about a specific Windows PowerShell parameter that I saw a presenter use?
Use the Get-Help cmdlet, and specify the Windows PowerShell cmdlet and parameter names.
This example returns help about the Raw parameter for the Get-Content cmdlet:
get-help get-content -Parameter raw