0 votes

Is there a way to manipulate the FileSearch.Export.Results (either within FileLocator app or within the powershell search script) to only report the file path for any hits (and not include the filesize, date and time stamp...etc.etc?)

by (45 points)

1 Answer

+1 vote

To create a custom output format, export the results as XML and then run them through an XSL Transform to export just the fields you want. If you look in the Sample XSLT folder you can see a few custom XSL examples.

by (30.3k points)
...