请输入搜索词进行查询
搜索 <book_title>...
Enterprise Vault™ PST 迁移
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
使用 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 定位器任务。