検索クエリーを入力してください
<book_title> を検索 ...
Enterprise Vault™ ユーティリティ
Last Published:
2023-03-05
Product(s):
Enterprise Vault (14.4)
- このマニュアルについて
- ArchivePoints
- Audit Viewer
- バックトレース
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino の保持計画ツール
- DTrace
- EVDominoExchangeMigration ツール
- EVDominoExchangeMigration ツールの実行
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Policy Manager 初期設定ファイルのセクションとキー名
- Policy Manager 初期設定ファイルの例
- プロビジョニング API による Policy Manager スクリプトの実行について
- ResetEVClient
- Vault Store Usage Reporter
ポリシーマネージャのプロビジョニング APIの詳細設定を使用して、メールボックスでのスクリプトの使用を有効化する例
Dim ArrayOfParameters(0) ArrayOfParameters(0) = "true" Dim Enabler Set Enabler = CreateObject("EnterpriseVault.ExchangeArchivePoint") Enabler.Directory = "MACHINE1" Enabler.Site = "site1" '(Entry Id or Site Name) Enabler.ExchangeServer = "DITTO" '(Entry Id or Exchange Name) Enabler.SystemMailbox = "EnterpriseVault-DITTO@evexample.local" Enabler.MailboxDN = "/o=Eng2000/ou=First Administrative Group/cn=Recipients/cn=Bruiser" Enabler.SetScriptFile ("C:\MyScripts\Script1.ini", ArrayOfParameters) Enabler.ExecuteScript ' runs the EVPM script against the script1.ini file after making the substitutions in the strings.