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

PowerTip: Find Help about Specific PowerShell Parameter

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles