Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Syntax for Related PowerShell Cmdlets

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles