Please enter search query.
Search <book_title>...
Enterprise Vault™ Utilities
Last Published:
2019-10-21
Product(s):
Enterprise Vault (12.5)
- 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 syntax
The Policy Manager initialization file is a standard Windows INI file that contains sections, keynames, and values, as follows:
[SectionName] KeyName1=Value1 KeyName2=Value2 ...
Note the following:
The section names and keynames are not case-sensitive.
If a keyname can have multiple values, separate them with commas and make sure that they are all on the same line.
You need only specify mandatory keynames and those optional keynames whose value you want to set. Ignore the other keynames.
A line that starts with a semicolon (;) is a comment. The semicolon must be the first non-whitespace character on the line.
More Information