Enterprise Vault™ Utilities
- 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
[ArchivePermissions] section of the Policy Manager initialization file
Include this section if you want to make changes to the permissions on one or all archives.
Mandatory. Identifies the archive to which the permission settings are applied.
If there are multiple folders with the same name and you specify a name, Policy Manager modifies only the first one that it finds. In this case, you must use archive IDs to specify the archives.
Possible values:
The name of an archive
An archive ID
ALL (permissions are applied to all journal, shared, and mailbox archives in the specified vault site)
ALL_JOURNAL (permissions are applied to all journal archives)
ALL_SHARED (permissions are applied to all shared archives)
ALL_MAILBOX (permissions are applied to all mailbox archives)
Optional. Removes the access to the specified archive. If DenyAccess is specified with GrantAccess, DenyAccess is used and GrantAccess is ignored. You can have many occurrences of DenyAccess within the same [ArchivePermissions] section.
Possible values:
A list of the permissions, followed by a comma and then a comma-delimited list of groups or accounts that are denied the specified access. Permissions can be any of read, write, and delete, followed by a comma. For example to deny ourdomain\smith read and write access:
DenyAccess = read write, ourdomain\smith
Optional. Grants to the specified Windows accounts the specified access to the archive.
The new values supplement any existing access rights. You can have many occurrences of GrantAccess within the same [ArchivePermissions] section.
Possible values:
A list of permissions, followed by a comma and then a comma-delimited list of groups or accounts that are granted the specified permissions. Permissions can be any of read, write, and delete, followed by a comma. For example, to grant read and write access to ourdomain\smith:
GrantAccess = read write, ourdomain\smith
Optional. Clears all permissions on the archive. If you specify Zap, GrantAccess and DenyAccess are ignored.
Possible values:
true
false (default)