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

PowerTip: Find Syntax of PowerShell Cmdlet

$
0
0

Summary: Easily find the syntax of a Windows PowerShell cmdlet.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see the syntax of a cmdlet I want to use?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet (gcm is an alias) with the –Syntax switch, for example:

gcm Checkpoint-Computer -Syntax


Viewing all articles
Browse latest Browse all 3333

Trending Articles