January 14th, 2016

PowerTip: Find PowerShell Cmdlets that Work with CSVs

Doctor Scripto
Scripter

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*

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.