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
[PublicFolder] section in the Policy Manager initialization file
Include this section if you want to modify the properties of public folders. This section is optional.
Optional. Causes Policy Manager to modify all subfolders beneath the folder that is specified in Name, regardless of which Exchange Public Folder Task processes those public folders.
Optional. Specifies the folder permissions that you want to add, change, or remove.
You can specify one of the following:
Author
Contributor
Editor
NoneditingAuthor
Owner
PublishingAuthor
PublishingEditor
Reviewer
When you specify users, you can use either of the following forms:
The user's display name from the Global Address List (GAL). For example, "Sue Smith".
The mailbox Distinguished Name. The distinguished name value required is the legacyExchangeDN property for the mailbox in Active Directory. For example, "/o=Org1/ou=Admin Group/cn=Recipients/cn=smith". Use this format if there are likely to be duplicate display names in the GAL.
Possible values:
To grant access to a folder, use either of the following forms:
ExchangePermissions = ADD; UserA:RoleA;UserB:RoleB;... ExchangePermissions = +; UserA:RoleA;UserB:RoleB;...
Where UserA is the first user and RoleA is the permission that you want to add.
To remove permissions, use either of the following forms:
ExchangePermissions = DEL; UserA;UserB;... ExchangePermissions = - ; UserA;UserB;...
Where UserA is the first user to remove and UserB is the second user to remove.
To replace the permissions of users who already have access to the folder:
ExchangePermissions = UserA:RoleA;UserB:RoleB;...
Where UserA is the first user and RoleA is the permission that you want to add or modify.
Optional. Specifies the name of one of the standard filters, or the name of a filter that you have defined in the initialization file. The filter defines the settings for Policy Manager to apply to public folders.
Possible values:
SystemDefault. (Default. Use the default public folder settings, as defined in the Administration Console.)
DoNotArchive. (Do not archive from the folder to which the filter is applied.)
Name of filter. (A filter that you have defined within the initialization file.)
Optional. Overrides all Administration Console lock settings. The default is for Policy Manager to obey all lock settings. Since you almost always want to override lock settings, you probably want to include OverrideArchiveLocks and set the value to true.
Possible values:
true
false (default)
Mandatory.
Mandatory. Specifies the retention category to apply to the folder. The retention category must already exist.
More Information