PowerTip: Find Syntax for Related PowerShell Cmdlets
Summary: Easily find the syntax for related Windows PowerShell cmdlets. How can I easily find the syntax for related Windows PowerShell cmdlets with the least effort? Use the Get-Command cmdlet, select the noun, and use the –syntax switch, for example: Get-Command -Noun csv -Syntax