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™ 使用 Microsoft 文件分类基础架构分类
- 关于本指南
- 快速入门
- 设置分类属性
- 配置分类规则
- 定义和应用分类策略
- 在测试模式中运行分类
- 在整个站点中发布分类属性和规则
- 将分类与智能分区配合使用
- 附录 A. 用于分类规则中的 Enterprise Vault 属性
- 附录 B. 用于分类的 PowerShell cmdlet
- 关于分类 cmdlet
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Import-EVClassificationFCIRules
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 附录 C. 监视和故障排除
Set-EVClassificationTestMode
Set-EVClassificationTestMode 指定是否应在指定归档中以测试模式运行 Enterprise Vault 分类功能。在测试模式下,分类功能将生成报告列出计划内更改,而不是将分类标签及其他更改应用于归档中的项目。然后,您可以对同一归档运行 Get-EVClassificationTestMode 以检查结果是否令人满意。
Set-EVClassificationTestMode 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Set-EVClassificationTestMode [-ArchiveID] <String> [-Enabled <Boolean>]
表:Set-EVClassificationTestMode 参数
|
参数 |
说明 |
|---|---|
|
-ArchiveID(必填) |
指定要设置测试模式状态的归档的 ID。 |
|
-Enabled(必填) |
指定为归档启用分类测试模式 ($true) 还是禁用分类测试模式 ($false)。 |
Set-EVClassificationTestMode -ArchiveID 1E...EVServer1 -Enabled $true
指定应在指定归档中以测试模式运行分类功能。
如果发生失败,返回例外;否则不提供输出。