Quantcast
Channel: Symantec Connect - Archiving and eDiscovery - Discussions
Viewing all articles
Browse latest Browse all 2299

Query the list of users who has the indexing level set to Full

$
0
0
I need a solution

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.

Indexsettings.PNG

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


Viewing all articles
Browse latest Browse all 2299

Trending Articles