Hello All
We know that there have been few forums/blogs about how to pull list of disconnected archive using bill usage or AD SID table in Enterprise vault SQL and also determine which archives are locked down by Discovery Accelarator & use SQL to change deletion bit on archive.
However, I was wondering, if anyone knows or is already using an automated way, where Enterprise vault marks disconnected archive which is not locked by discovery accelarator for deletion? Like exchange does, if AD account is deleted, mailbox is disconnected and cleaned up based on database settings. (although I understand exchange is more tightly integrated to AD and can't be compared to EV integration to AD).
Currently we've set of SQL queries which goes out and detects archive which're no longer used by primary or any shared user and based on that output, we run different queries to change deletion bit for those archives in SQL, but was hoping/looking for some more sophisticated and automated way to do same.
Environment:
- Enterprise vault 9.0.4 CU5 (can upgrade to EV10 if needed)
- SQL 2008 R2 SP1
- Windows 2008 R2 SP1
Thanks for your inputs in this direction.