PowerMeta
PowerMeta copied to clipboard
Extracting Meta & Saving to CSV
Having some issues extracting and saving to CSV
Here's the command I tired using to attempt to extract Meta & save to CSV.
Invoke-PowerMeta NAMECHANGED.com -ExtractAllToCsv all-target-metadata.csv
Here's the output after completing the search:
Extract Metadata?
Would you like to extract metadata from all of the files downloaded now?
[Y] Yes [N] No [?] Help (default is "Y"): y
[*] Now extracting metadata from the files.
ExtractMetadata : Missing an argument for parameter 'ExtractAllToCsv'. Specify a parameter of type 'System.String' and try again.
At C:\PowerMeta-master\PowerMeta.ps1:378 char:63
+ ... ExtractMetadata -OutputDir $OutputDir -ExtractAllToCsv
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [ExtractMetadata], ParameterBindingException
+ FullyQualifiedErrorId : MissingArgument,ExtractMetadata
I have exiftool in the same directory as the folder as well.