


A customer placed an order for a photograph I shot a few years ago, however, it wasn’t in the Lightroom catalog I expected it to be, therefore I decided to find a way to easily search through multiple Lightroom catalogs for a photo with one simple command. Windows PowerShell was the simple answer!
As referenced in the video, the PowerShell command you need to copy and paste is
Get-ChildItem -Recurse -depth 1 -include *.lrcat | Select-String “FILENAME HERE” -List | Select Path.
{Remember to watch in HD if possible}Continue reading >>
All of the content displayed on this website (unless otherwise stated) remains the copyright of Craig Rogers. It is illegal to download, copy (including copy by reference) or distribute any content without prior permission and/or licensing. Please read my Copyright Statement.