Please enter search query.
Search <book_title>...
Enterprise Vault™ Utilities
Last Published:
2020-11-13
Product(s):
Enterprise Vault (14.0)
- 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 2
This initialization file does the following:
Defines a filter that archives all items older than one month.
Creates a "Personal Archive" folder in all mailboxes and applies the filter to the folder.
Applies the Personal retention category to the new Personal Archive folder.
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 "Personal Archive" 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 = months InactivityPeriod = 1 [Mailbox] distinguishedname = all [Folder] name = \Personal Archive filtername = filter1 retentioncategory = Personal