How can I export the results of my script to file?
- by Meepster
I need to get some details out of hundreds of XML files that were written for reporting. The script below provides the correct results, but I want them in file, cvs, xls, or txt so I can provide a list of the database fields that are in use by these reports.
$get = get-childitem D:\Data\Desktop\Projects\Reports\Test -include *.xml -recurse …