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
Provisioning API scripting properties for Policy Manager scripts
The API uses a scriptable object to allow enabling and disabling of mailboxes. You can set the following properties on the object before enabling or disabling a mailbox:
Required properties:
Directory
SiteId
ExchangeServer
SystemMailbox
This must be the SMTP address of the Enterprise Vault system mailbox.
Either of the following properties is required. They are mutually exclusive, so setting one clears the other:
MailboxDN (This must be the legacyExchangeDN property for the mailbox in Active Directory)
LDAPQuery (allows enabling and disabling of multiple mailboxes at the same time)
If the following optional properties are not set, the script uses default settings:
VaultStore
RetentionCategory
IndexingService
Timeout (the time allowed for the script to run before it is aborted)
If you supply this standard set of properties, the code generates a script and runs it.
Methods are available on the object to enable and disable a mailbox. These methods use the settings above to generate a script to enable or disable a mailbox or set of mailboxes matching the DN or LDAP query.