Hello,
Recently, we realized that some of our users have 'indexing level' incorrectly set to 'Full' (We use 'Brief' by default). So, we want to know how many of them have indexing level set to 'Full'.
As I couldn't find any powershell cmdlets or any other way, thought of querying the DB directly.
Found 'indexsettings' table in 'EnterpriseVaultDirectory' DB but it doesn't have the archive name column.
Below is the snippet of the output from 'IndexSettings' Table.
Image may be NSFW.
Clik here to view.
The problem is that I need to map the values to the corresponding 'ArchiveName' to find out the names of the users.
'ContainerId' is the primary key of 'IndexSettings' table but I couldn't find this column in any other table (except IndexingDisclaimerExclusions table which is empty). OTOH, 'ArchiveName' is present in 'Archive' Table but I am not sure how can I join these two tables without a common column.
Any thoughts on how can I get the corresponding 'ArchiveName' for the 'ContainerID'?
-Ram