Page 1 of 1

LastSavedBy property Column

Posted: 14 Oct 2020 00:33
by bababarghi
I would love to see "LastSavedBy" column if that is possible.

Re: LastSavedBy property Column

Posted: 14 Oct 2020 02:24
by highend
I doubt that this gets implemented (soon), but what you could do:

Add a custom column, use this script:

Code: Select all

$exifTool = "D:\Tools\@Command Line Tools\exiftool\exiftool.exe";
    return trim(runret("""$exifTool"" -s -s -s -lastmodifiedby ""<curitem>"""), <crlf>, "R");
Ofc you need to adapt the path and get the cli version of exiftool for this...

Use e.g.
doc;docx;xls;xlsx;ppt;pptx
for the item filter...