PowerTip: Find Syntax for Related PowerShell Cmdlets

Doctor Scripto

Summary: Easily find the syntax for related Windows PowerShell cmdlets.

Hey, Scripting Guy! Question How can I easily find the syntax for related Windows PowerShell cmdlets with the least effort?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet, select the noun, and use the –syntax switch, for example:

Get-Command -Noun csv -Syntax

0 comments

Discussion is closed.

Feedback usabilla icon