November 4th, 2014

PowerTip: Find Help about Specific PowerShell Parameter

Doctor Scripto
Scripter

Summary: Learn how to find Help about a specific Windows PowerShell parameter.

Hey, Scripting Guy! Question How can I easily find what values a specific Windows PowerShell cmdlet accepts?

Hey, Scripting Guy! Answer Use the Get-Help cmdlet and specify the cmdlet name and parameter, for example:

get-help Restart-Computer -Parameter for

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.