Starting with Powershell Module ImportExcel
· 8 min read
If you have worked with data in powershell you have most likely used the command export-csv
. This is a great built in command to get the data out of the console and in a file to work with or share. I use export-csv
a lot on AD queries, building computer reports or just need to view and sort some data quickly.