Virtual Vault not removed from Outlook...
Hi,
Here is my problem: I would like to disable archiving for some ~500 users and delete theirs archives from EV 9.0.2. The problem is that Virtual Vault is still always present in Outlook folder tree and users are able to browse the vault cache. How to remove it for 500 users?
Here is what i did (step-by-step):
1. Disable archiving for users from EV console.
2. Synchronize Mailboxes
3. Remove users from the Provisioning group
4. Run Provisioning task
5. Delete archives from EV
6. Uninstall Enterprise Vault add-in from user’s PC
The Virtual Vault is always there…
Please help!
Here is a thought... since you have a large number of user's that you need to affect, perhaps you can do this:
1. Create a batch file that does the following:
rmdir /Q /S "%homepath%\Local Settings\Application Data\KVS\Enterprise Vault"
REG Delete "HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client" /f
2. Set some sort of GPO to run this on the assocated user's as some log off script.
3. Assign the users you want to remove VV to this GPO.
- As this runs during logoff, it will remove the VV and VC footprints from the workstation
hope this helps.