I have a 3rd party solution I am trying to support. Sometimes the users have an issue where a document set is supposed to have 6 files in it (a mixture of .tif and .pdf and .txt) but they can only see 5. Later, when I look at it I can see the 6th document and lo and behold so can they. What I want to eliminate as a possibility is that someone is manually adding the other file in after the fact. To do this I need to see if all of the files were added to the set at one time or if one was added later.
This is a really high volume environment so I would like to avoid turning on any sort of versioning if possible. PowerShell or other method is just fine with me. Even a direct SQL query if necessary. I just need something temporary to help me troubleshoot this issue. Thanks!