Here's the prob -- I have a list of about 100 users out of 7100 and I'm looking to import/use that list (.txt) to find their respective Inbox size (Inbox size only) and total cumulative size of all 100 Inboxes. I would like to export this list to
a csv. I'm well aware of the import/export-csv, but import-csv doesn't seem to work the way I think it should work. It looks as if it will take data and import/arrange that data into a csv. I'm not looking to do that. I'm looking to
take the data(list of names) in a .txt or existing .csv and use that data. If anyone has any suggestions/example scripts I would be greatly appreciative.
↧