Summary: Use Windows PowerShell to display the syntax of a Windows PowerShell cmdlet. How can I use Windows PowerShell to look at the syntax of a cmdlet without the distraction of a lot of additional information? Use the Get-Help cmdlet, and choose only the Syntax property. (The...