PowerTip: Find PowerShell Cmdlets that Work with CSVs

Doctor Scripto

Summary: Learn how to find Windows PowerShell cmdlets that work with CSVs.

Hey, Scripting Guy! Question How can I find Windows PowerShell cmdlets that I can use to work with a CSV file?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and look for cmdlets that have a noun of CSV:

Get-Command -Noun csv*

0 comments

Discussion is closed.

Feedback usabilla icon