Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
Policy Manager initialization file example 3
This initialization file does the following:
Defines a filter that archives all read items older than three weeks.
Creates an archive that is called "Shared Finance Archive", with smithj as the billing account and a description of "Shared archive for all finance users".
Grants all members of the group enterprise\financeusers write access to the new archive.
Enables all users in department finance, and sets the system default filter at the root of each mailbox and the Business retention category.
Creates a folder that is called "Finance Archive Folder" and applies the newly-created archive and the Business retention category to it.
Enterprise Vault may override this retention category with the one that you have associated with a retention folder, if you have chosen to create a retention folder called "Finance Archive Folder" in the same place in the folder hierarchy.
[Directory] directorycomputername = myserver sitename = MattSite [Filter] name = filter1 CreateShortcut = true DeleteOriginal = true unreadMAIL = false UseInactivityPeriod = true InactivityUnits = weeks InactivityPeriod = 3 [Archive] ArchiveName = Shared Finance Archive description = Shared archive for all finance users billingOwner = enterprise\smithj [ArchivePermissions] ArchiveName = Shared Finance Archive GrantAccess = write, enterprise\financeusers [Mailbox] ldapquery = (department= finance) [Folder] name = mailboxroot enabled = true suspended = false filtername = systemdefault RetentionCategory = business [Folder] name = \Finance Archive Folder filtername = filter1 retentioncategory = Business ArchiveName = Shared Finance Archive