Please enter search query.
Search <book_title>...
Enterprise Vault™ Utilities
Last Published:
2018-03-29
Product(s):
Enterprise Vault (12.3)
- 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
Sample script for provisioning API advanced settings for Policy Manager
Script1.ini [Directory] DirectoryComputerName= #DIRECTORY# SiteName = #SITE# [Mailbox] DistinguishedName = #MAILBOX# [Folder] Name = mailboxroot Enabled = #1#
The special values #DIRECTORY#, #SITE#, and #MAILBOX# are automatically replaced by the properties Directory, Site, and MailboxDN set on the object.
Table: Special values
Special value | Object property name |
---|---|
#DIRECTORY# | Directory |
#INDEXINGSERVICE# | IndexingService |
#LDAPQUERY# | LDAPQuery |
#MAILBOX# | MailboxDN |
#RETENTIONCATEGORY# | RetentionCategory |
#SITE# | Site |
#VAULTSTORE# | VaultStore |
The value #1# is replaced by the first item in the ArrayOfParameters array passed into the SetScriptFile or SetScriptText method. If more items are added to the array, the values #2#, #3#, and so on are replaced.