EPISODE 2
The PowerShell and Python Together Series is inspired by many readers asking for an interactive demonstration that combines these two powerful scripting environments. The series is based on the book of the same name published by Apress. We look forward to your feedback and questions.
In Episode two of the series, we utilize PowerShell CmdLets to identify potential files of interest, in this example a set of jpeg files. PowerShell then launches a Python script and passes the path of each identified target photo. Python then processes and extracts EXIF data from each image and provides a table of results back to the PowerShell script.

Related Episodes
Techno Security
Join Chet Hosmer as he discusses the art of detecting fake photos at TechnoSecurity 2019 in Texas on Tuesday, October 1
PowerShell & Python Ep. 3
In the third episode learn how to launch a PowerShell script from Python and acquire data from a remote computer.
0 Comments