Summary: Learn how to find Help about a specific Windows PowerShell parameter.
How can I easily find what values a specific Windows PowerShell cmdlet accepts?
Use the Get-Help cmdlet and specify the cmdlet name and parameter, for example:
get-help Restart-Computer -Parameter for