Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ Utilities
Last Published:
2017-07-28
Product(s):
Enterprise Vault (12.1)
- 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
- Provisioning API scripting properties for Policy Manager scripts
- Provisioning API Advanced settings for Policy Manager scripts
- Provisioning API Interface methods for 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.
[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