Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ PST 迁移
Last Published:
2018-03-28
Product(s):
Enterprise Vault (12.3)
使用 PstLocatorTask.exe.config 文件从 PST 迁移排除网络共享
通过在配置文件 PstLocatorTask.exe.config 中列出 PST 文件来搜索 PST 文件可以排除特定网络共享。
使用 PstLocatorTask.exe.config 文件从 PST 迁移排除网络共享
- 在运行 PST 定位器任务的 Enterprise Vault 服务器上,启动 Windows 资源管理器并导航到 Enterprise Vault 程序文件夹(例如,
C:\Program Files (x86)\Enterprise Vault)。 请执行下列操作之一:
如果文件夹中存在
PstLocatorTask.exe.config文件,则将其复制到安全位置。如果不存在
PstLocatorTask.exe.config文件,则通过复制和重命名文件Example PstLocatorTask.exe.config创建它。
- 在文本编辑器(如 Windows 记事本)中打开
PstLocatorTask.exe.config文件。 - 搜索以下文本:
<PSTSettings>
- 在此标题下面紧接着添加一行,列出不希望搜索的网络共享。语法如下所示:
<add key="SharesToAvoid" value="share_1;share_2;share_3..."/>
其中,share_1 和 share_2 等构成网络共享的 UNC 路径的分号分隔的列表。例如,要排除共享 \\myComputer\C$ 和 \\yourComputer\G$,则需要键入以下内容:
<add key="SharesToAvoid" value="\\myComputer\C$;\\yourComputer\G$"/>
- 保存并关闭文件。
- 在管理控制台中,重新启动 PST 定位器任务。