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 Interface methods for Policy Manager scripts
The full set of methods follows.
The Disable method takes no arguments. The Directory, SiteId, ExchangeServer, SystemMailbox, and MailboxDN/LDAPQuery properties must be set before this method is called.
HRESULT Disable()
The Enable method takes no arguments. The Directory, SiteId, ExchangeServer, SystemMailbox, and MailboxDN/LDAPQuery properties must be set before this method is called.
HRESULT Enable()
The ExecuteScript method takes no arguments. Instead, it uses text or a file as specified with the SetScriptFile or SetScriptText method and runs that script. The Directory, SiteId, ExchangeServer, SystemMailbox, and MailboxDN/LDAPQuery properties must be set before this method is called.
HRESULT ExecuteScript()
The SetScriptFile method specifies the file name of a Policy Manager script that you want to run.
HRESULT SetScriptFile(BSTR newVal, VARIANT vArrayOfParams)
Table: Arguments on the SetScriptFile method
Argument | Description |
---|---|
newVal | A string containing the file name of the Policy Manager script to run. |
VARIANT vArrayOfParams | An array of variants used to perform substitutions. |
The SetScriptText method specifies a Policy Manager script to run.
HRESULT SetScriptText(BSTR newVal, VARIANT vArrayOfParams)
Table: Arguments on the SetScriptText method
Argument | Description |
---|---|
newVal | A string containing the Policy Manager script to run. |
VARIANT vArrayOfParams | An array of variants used to perform substitutions. |