Summary: Learn how to use the Windows PowerShell cmdlet, Get-Command, to view the syntax of a command.
How can you use the Get-Command cmdlet to view the syntax of a Windows PowerShell cmdlet?
Use the Syntax switch (gcm is an alias for the Get-Command cmdlet):
gcm new-vm -Syntax