Hi Guys doing a new implementation of EXIFTOOL and how do I set the Model/Property Status fields in IPTC Extension section of Photoshop Metadata Headers?
See screengrab
First, see FAQ 3 (https://exiftool.org/faq.html#Q3) for help determining what tag(s) you need to write. Then use a command like this:
exiftool -GROUP:TAG="VALUE" FILE
- Phil