Published: 2019.02.25
Category: PowerShell
Find Pictures
Module looks in the directory for jpg files and checks if some of them are pictures.
Module does it by validating if taken date exist for given file. It is used by me when I am operating on the photographs and between hundreds of photos some pictures were placed by mistake.
Parameters – CopyPicturesToDirectory – if any picture will be found it can be copied to chosen directory – DeletePictures – if you don’t have the pictures you could delete them from the directory. It is working very nice with CopyPicturesToDirectory
Installing
Usage
Following command will find pictures in the D:\photo directory
Following command will find pictures and copy them to the d:\pictures directory
Results shows files in the new directory.
Following command will find pictures copy them to the d:\pictures directory and it will remove pictures from the source of the directory
After the command in the files we will have: