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

PowerTip: Find PowerShell Cmdlets that Work with CSVs

$
0
0

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*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>