Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Created October 1, 2024 18:45
Show Gist options
  • Save hansgafriedzal/52039a07ab321b5f70a900ff60900ef4 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/52039a07ab321b5f70a900ff60900ef4 to your computer and use it in GitHub Desktop.
dir | % {
$exif = exiftool -G2 -json $_.FullName | ConvertFrom-Json
$exif.'Camera:Model'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment