Forum Discussion

dksoft's avatar
dksoft
Level 4
13 years ago

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 t...
  • Chris_Warren's avatar
    13 years ago

    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.