Showing results for Metadata - Scripting Blog [archived]

Feb 6, 2014
1
0

Use PowerShell to Find Metadata from Photograph Files

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to obtain metadata from photo files.  Hey, Scripting Guy! I need some help. I have thousands of photo files on my computer. I need to bring some order to them. I know that I can use Get-ChildItem from Windows PowerShell, and I can find the size of files and names...

Scripting Guy!Windows PowerShellscripting techniques
Feb 5, 2014
0
1

List Music File Metadata in a CSV and Open in Excel with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shares a function that gets file metadata, and then he writes the information to a CSV file.  Hey, Scripting Guy! Getting basic file properties such as the file name, the size of a file, and the directory that a file resides in is pretty cool. But when I go into a folder that contains music files, I see...

Scripting Guy!Windows PowerShellscripting techniques