Enterprise Vault™ Compliance Accelerator 管理指南
- Compliance Accelerator 简介
- Compliance Accelerator 客户端简介
- 设置员工与员工组
- 对部门进行操作
- 搜索项目
- 手动审阅项目
- 使用研究文件夹
- 导出项目
- 创建与查看报告
- 附录 A. 自定义 Compliance Accelerator
- 附录 B. 从 XML 文件导入配置数据
- 附录 C. 故障排除
- 与 Compliance Accelerator 报告相关的问题
如何解密受 RMS 保护的项目
Compliance Accelerator 在 Compliance Accelerator 服务器上以加密格式导出受 RMS 保护的 SMTP 日记项目。您需要使用命令行实用程序 EmlDecryptor.exe
解密受 RMS 保护的所有项目。
EmlDecryptor.exe
可将项目的内容解密,创建未加密版本的 EML 文件,并将其存储在源文件夹所在位置处的一个单独文件夹中。EmlDecryptor.exe
作为 Enterprise Vault API Runtime 或 Enterprise Vault 服务安装实例的一部分安装在 Compliance Accelerator 服务器上。
运行 EmlDecryptor.exe
之前,请执行以下操作:
安装 Active Directory 权限管理服务客户端 2.1。
通过生成导出或生产运行报告来确认 Compliance Accelerator 是否已导出受 RMS 保护的项目。
确保
EmlDecryptor.exe
和EmlDecryptor.ini
文件位于 Enterprise Vault API Runtime 安装文件夹中。
使用 EmlDecryptor.exe 解密受 RMS 保护的项目
- 使用文本编辑器借助以下详细信息编辑
EmlDecryptor.ini
文件:权限管理服务 (RMS) 服务器的许可内部网 URL。
权限管理服务 (RMS) 服务器的许可外部网 URL。
服务主体在租户中的唯一应用程序 ID,服务将使用该 ID 与 Azure 权限管理服务进行交互。
租户的全局唯一标识符 (GUID)。租户 ID 与 Azure 中的 Active Directory 绑定。
例如,
;This is the configuration file for the EmlDecryptor utility. ;EmlDecryptor.exe is a command-line utility, which decrypts ;all Azure RMS-protected SMTP emails available in the ;export/production location of the Discovery/Compliance ;Accelerator export/production run. ;All parameters in this ini file must be specified and should ;not be empty. ;The licensing intranet URL of the rights management services ;(RMS) server. RMSIntranetUrl=https://<RMSLicensingIntranetUrl> ;The licensing extranet URL of the rights management services ;(RMS) server. RMSExtranetUrl=https://<RMSLicensingExtranetUrl> ;The unique application ID for the service principal in a ;tenant, which your service uses for interacting with ;Azure Rights Management Services. ApplicationPrincipalId=<ApplicationPrincipalId> ;The globally unique identifier (GUID) of the tenant. The ;tenant ID is tied to the Active Directory in Azure. BposTenantId=<BposTenantId>
- 以 Compliance Accelerator 管理员身份登录 Compliance Accelerator 服务器。
- 从命令行运行
EmlDecryptor.exe
。例如,c:\Program Files (x86)\Enterprise Vault>EmlDecryptor.exe
EmlDecryptor.exe
会提示您输入以下详细信息:<源目录路径>。输入在导出运行或生产运行后导出 RMS 保护的 SMTP 电子邮件的位置。
<对称密钥>。输入用于验证应用程序的 256 位 AES 对称密钥。
EmlDecryptor.exe
验证已提供的信息,并启动转换过程。
EmlDecryptor.exe
成功执行后,它会将解密后的文件与 CSV 报告一起存储在源目录路径内的一个单独文件夹中。例如,如果源目录路径是 C:\Compliance Accelerator Export\customer_name
,则解密后的文件和 CSV 报告会存储在 C:\ExportRun\customer_name_decrypted<DateTime>
文件夹中。
如果在运行 EmlDecryptor.exe
实用程序时遇到任何问题,请在该实用程序上启用 DTrace 并再次运行它。