Summary: Easily find the syntax of a Windows PowerShell cmdlet.
How can I use Windows PowerShell to see the syntax of a cmdlet I want to use?
Use the Get-Command cmdlet (gcm is an alias) with the –Syntax switch, for example:
gcm Checkpoint-Computer -Syntax