I'm a beginner - basic file info gathering on .jpg files

I would like to access properties > details of a .jpg file and then display all that information to the console. What would be the most straightforward method of doing this?

The Canterbury Code,
Welcome to the forum. :wave:t3:

PowerShell does not have the abilty to read meta data from media files built in. So the most straight forward method would be to use a third party command line tool. The gold standard for working with image file meta data is

1 Like

Thanks for the solution - I’ve been trying for while!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.