Please enter search query.
Search <book_title>...
Enterprise Vault™ PowerShell Cmdlet
Last Published:
2022-09-05
Product(s):
Enterprise Vault (14.3)
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- Get-EVFSAComputerSettings
- Get-EVFSAFileServer
- Get-EVFSAFolder
- Get-EVFSASiteSettings
- Get-EVFSAVolume
- New-EVFSAFileServer
- New-EVFSAFolder
- New-EVFSAVolume
- Remove-EVFSAFileServer
- Remove-EVFSAFolder
- Remove-EVFSAVolume
- Set-EVFSAComputerSettings
- Set-EVFSAFileServer
- Set-EVFSAFolder
- Set-EVFSASiteSettings
- Set-EVFSAVolume
- 归档:Skype for Business
- 归档:SMTP
- Get-EVSMTPHoldingFolder
- Get-EVSMTPMessageTrackingLogLocation
- Get-EVSMTPPolicy
- Get-EVSMTPServerSettings
- Get-EVSMTPTarget
- New-EVSMTPPolicy
- New-EVSMTPServerSettings
- New-EVSMTPTarget
- Remove-EVSMTPPolicy
- Remove-EVSMTPTarget
- Set-EVSMTPMessageTrackingLogLocation
- Set-EVSMTPPolicy
- Set-EVSMTPServerSettings
- Set-EVSMTPTarget
- Sync-EVSMTPServerSettings
- 备份
- Get-EVIndexSnapshotLocationBackupMode
- Set-EVIndexSnapshotLocationBackupMode
- Clear-EVIndexSnapshotLocationBackupMode
- Get-IndexLocationBackupMode
- Set-IndexLocationBackupMode
- Clear-IndexLocationBackUpMode
- Get-VaultStoreBackupMode
- Set-VaultStoreBackupMode
- Clear-VaultStoreBackupMode
- Set-EVIndexSnapshotLocation
- Get-EVIndexSnapshotLocation
- Remove-EVIndexSnapshotLocation
- New-EVIndexSnapshot
- Get-EVIndexSnapshot
- Remove-EVIndexSnapshot
- Restore-EVIndexSnapshot
- Get-EVIndexSnapshotRepository
- Remove-EVIndexSnapshotRepository
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- Set-EVClassificationVICFIPSMode
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
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
指定应在指定归档中以测试模式运行分类功能。
输出
如果发生失败,返回例外;否则不提供输出。
相关的 cmdlet