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
[PSTdefaults] section in the Policy Manager initialization file
This section is mandatory when you use Policy Manager to migrate the contents of PST files to Enterprise Vault.
This section specifies the default settings that apply to all PST migrations. You can override these default settings for individual PST files by specifying the appropriate option in the [PST] section for that file.
Optional. Controls whether Policy Manager migrates the unexpired calendar items. If you choose to migrate unexpired calendar items, users must restore the items before they can modify them.
Possible values:
True
False (default)
Optional. Controls whether Policy Manager turns off Outlook AutoArchiving for all the folders in the target mailboxes. This stops Outlook from automatically archiving items to PST files.
true
false (default)
Optional. Controls whether the PST file is compacted after successful migration of its contents.
If you intend to use this PST compaction feature at the end of migrations, you may need some spare disk capacity to provide room for the compaction to occur. You may require as much as the size of the largest PST file, plus approximately 5% of its size.
Possible values:
true
false (default)
Optional. Specifies the maximum number of concurrent PST migrations. This setting takes effect only if MigrationMode is set to Process.
Possible values:
An integer in the range 1 to 25. The default is 10.
Optional. Controls whether the PST file is deleted after the successful migration of its contents.
Possible values:
true
false (default)
Optional. Controls whether the PST Deleted Items folder is migrated.
Possible values:
true
false (default)
Optional. Identifies the top-level mailbox folder in which Policy Manager places shortcuts to migrated items. If the folder does not exist, Policy Manager creates it. Beneath this folder, PST Migrator duplicates the original folder structure and places shortcuts in the appropriate folders.
If not specified in either the [PST] or [PSTDefaults] sections, the original folder structure is recreated at the top level of the mailbox.
Possible values:
A folder name. For example, PST items.
Optional. Controls the placement of migrated folders in the target mailbox. When set to true, migrating more than one PST file for the same user causes Policy Manager to merge the identically-named folders.
When set to false, Policy Manager appends a number to the folder names, if necessary, and thereby keeps the folders separate. For example, if two folders at the same level are called "MyFolder", Policy Manager creates "MyFolder" and "MyFolder 1".
Possible values:
true (default)
false
Examples:
If MergePSTFolders is set to false and you migrate three PST files that have the display name "Personal Folders", and all contain top-level folders "Inbox" and "Sent Items", then you get a structure like this:
PST Migration (specified by MailboxFolder) Personal Folders Inbox Sent Items Personal Folders 1 Inbox Sent Items Personal Folders 2 Inbox Sent Items
Mandatory. Specifies the modes in which to run.
The options are as follows.
Report mode. Policy Manager checks each listed PST file to determine whether it is possible to migrate the file contents.
Policy Manager creates a new initialization file that shows any problems with the listed PST files, such as files that are inaccessible or password-protected.
The new initialization file has the same name as the original, with a number added to make it unique. For example, if the original script was called PSTMigration.ini then the new script would be called PSTMigration_1.ini.
Policy Manager also creates a log file with the same name as the original initialization file and a file type of .log. For example, if the original script was called PSTMigration.ini then the log would be called PSTMigration.log.
Process mode. Policy Manager processes PST files and migrates the contents to the appropriate archives. Policy Manager migrates the file contents and writes a log file with the same name as the initialization file and a file type of .log.
If any PST files fail the migration process, Policy Manager writes a new initialization file with which you can process the failed files. Those files that were successfully processed are commented out in the new initialization file.
Possible values:
Report
Process
Mandatory for Outlook 97 to Outlook 2002 PST files. Not required for Outlook 2003 or later PST files. Specifies the Windows codepage that was used when the PSTs were created. You must specify the language here, in the [PSTdefaults] section, or, for individual PST files, in the [PST] section.
Note the following if the language used was not Western European:
If the wrong codepage is used, limitations in Exchange Server mean that the folder names may be corrupted. However, there will be no problems with items within the folders.
If a folder name is corrupted, you may experience the following problems:
The corrupt folder name is used if a user ever chooses to restore an item to its original folder.
A user who wants to search for an item, and who enters the original location, must enter the corrupt folder name.
To avoid these problems, specify the language that was used when the PSTs were created.
The language that you specify here must be available on the Storage Service computer that archives the contents of the PST files.
Possible values:
Arabic
Baltic
Central European
Cyrillic
Greek
Hebrew
Japanese
Korean
Simplified Chinese
Thai
Traditional Chinese
Turkish
Vietnamese
Western European (default)
Optional. Identifies the computer that is running the Storage Service. If you omit ServerComputerName, Policy Manager uses the name of the computer on which it is running.
Possible values:
A computer identification, which can be its LanMan name, DNS name, or IP address.
Examples:
LanMan: SERVER2
DNS: server2.Veritas.com
IP address: 18.94.12.3
Optional. Controls whether the PST file is set as hidden after successful migration of its contents. If you have set your desktop so that it does not show hidden files, this hides PST files that you have migrated successfully. This option is provided for compatibility with the PST Migrator wizard and is not likely to be used in scripted migrations.
Possible values:
true
false (default)
Optional. Controls whether the PST file is set to be read-only after the successful migration of its contents. This prevents users from opening the files with Outlook.
Possible values:
true
false (default)
Optional. Defines the PST migration mode, which determines how Policy Manager treats the contents of the PST at the end of the migration.
Possible values:
PSTShortcuts (default). Create shortcuts to the migrated items and leave the shortcuts in the PST files.
MailboxShortcuts. Create shortcuts to the migrated items and put the shortcuts into the designated Exchange mailbox. Also copies to the mailbox any items that were excluded from archiving.
NoShortcuts. Do not create any shortcuts to migrated items. Any items that were excluded from archiving remain in the PST files.