Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find PowerShell Help for Specific Parameter

$
0
0

Summary: Use Windows PowerShell Help to assist with a specific parameter.

Hey, Scripting Guy! Question I know I can use Get-Help –full to see the complete Help for a Windows PowerShell cmdlet, but how can I
           see the Help for only  a specific parameter?

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

get-help Start-Process -Parameter wait


Viewing all articles
Browse latest Browse all 3333

Trending Articles