Created
October 1, 2024 18:45
-
-
Save hansgafriedzal/52039a07ab321b5f70a900ff60900ef4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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