I have a script that copies several large files over the network and I want
to track the performance, so I decided to use Measure-Command. How can I
store all the results in a simple csv file with the file name so I can tell
exactly how long each one took?


