Recursively extract metadata from files in folder structure
  • PowerShell 100%
Find a file
2026-03-25 10:57:12 -04:00
.github/workflows Update mirror-to-codeberg.yml 2026-03-25 10:57:12 -04:00
.vscode Update PowerShell path and default version 2026-03-16 08:02:14 -04:00
src Update merge.ps1 2025-11-20 09:23:11 -05:00
.gitignore Update .gitignore 2025-11-20 07:58:17 -05:00
README.md Create README.md 2025-11-20 09:10:57 -05:00

Metadata-Extract

This code recursively extracts metadata from files in a folder structure.

Note: Parallel ForEach-Object is used, thus PowerShell 7+ is required.