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 6: folder permissions
This initialization file does the following:
Applies the initial permissions to a new folder.
Modifies the existing user permissions on a folder.
Removes the existing user permissions from a folder.
Applies some permissions to the public folder.
[DIRECTORY] DIRECTORYCOMPUTERNAME = OURSERVER SITENAME = CC_Site1 [mailbox] DISTINGUISHEDNAME = /O=ACME/OU=DEVELOPER/CN=RECIPIENTS/CN=SUES ; ;---------------------------------------------------------- ; 1. Apply initial permissions to a new folder ; [Folder] Name = \New Folder MailboxDN = /O=ACME/OU=DEVELOPER/CN=RECIPIENTS/CN=SUES ; ; User specified as Mailbox DN ; ExchangePermissions =/O=ACME/OU=DEVELOPER/CN=RECIPIENTS/CN=SUES:OWNER ; ; Add additional user specified by GAL user name ; ExchangePermissions = Charles Parker:Contributor; John Gillespie: Reviewer ;---------------------------------------------------------- ; 2. Modify existing user permissions on an existing folder ; [Folder] Name = \Existing Folder MailboxDN = /O=ACME/OU=DEVELOPER/CN=RECIPIENTS/CN=SUES ; ; Modify existing user ; ExchangePermissions = +; John Gillespie:Editor ;---------------------------------------------------------- ; 3. Remove existing user permissions on an existing folder ; [Folder] Name = \Existing Folder MailboxDN = /O=ACME/OU=DEVELOPER/CN=RECIPIENTS/CN=SUES ; ; Remove existing users ; ExchangePermissions = -; Charles Parker; John Gillespie ;----------------------------------------------------------; ; 4. Apply permissions to public folder ; [PUBLICFOLDER] Name = \Our Public Folder ExchangePermissions =Charles Parker:reviewer APPLYTOSUBFOLDERS = false