PowerTip: Find Help about Specific PowerShell Parameter

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon