Does anyone know of a way to find documents where a user has added an additional (and unwanted) attribute sheet? I'm not talking about documents that don't have an attribute sheet at all, but a duplicate/additional one that was added to documents that should only have one.
Thanks in advance,
Very late reply.There is an ugly method.
- perform a search *.* (make sure that the folder ID or folder GUID is a column in your view)
- copy the tab-separated list to Excel
- find the records with 'Name' AND 'Folder Id' duplicated; these are the documents with multiple sheets.