Extending PowerShell's Reach
Recently, I started working on some PowerShell code to help me organize files. Specifically, I want to organize a large collection of image files. I knew I wanted to leverage image metadata, which I’ll eventually get to. The process brought me back to some old code rooted in my VBScript days.
I assume you know how to list item properties from a PowerShell prompt. However, Windows platforms include other attributes that are buried. These attributes will vary depending on the file type.
Here’s a CSV file.
Want to read the full issue?